morewaita-icon-theme: 48.3 -> 48.3.1

This commit is contained in:
R. Ryantm 2025-07-13 17:31:25 +00:00
parent 9085efd37f
commit 91e3ba2745

View File

@ -8,13 +8,13 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "morewaita-icon-theme";
version = "48.3";
version = "48.3.1";
src = fetchFromGitHub {
owner = "somepaulo";
repo = "MoreWaita";
tag = "v${finalAttrs.version}";
hash = "sha256-ywZSRNXVxjs5l5UO4yvNZ7q7PRlaLNi/2+HSNhe8e5w=";
hash = "sha256-Gi73Cn/FwI055Inodo8huHeaWGTy9IR3qPMbjAHBsPw=";
};
postPatch = ''