Skip to content

Commit a7fe294

Browse files
authored
morewaita-icon-theme: 47.2 -> 47.3 (NixOS#371324)
1 parent c89d90c commit a7fe294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/mo/morewaita-icon-theme/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
}:
88
stdenvNoCC.mkDerivation rec {
99
pname = "morewaita-icon-theme";
10-
version = "47.2";
10+
version = "47.3";
1111

1212
src = fetchFromGitHub {
1313
owner = "somepaulo";
1414
repo = "MoreWaita";
1515
tag = "v${version}";
16-
hash = "sha256-LvkYLY8PYajCb1x1p0HfpKoMq+t4XwH/w9Hvy9YXzk0=";
16+
hash = "sha256-ImpBIpNs29JMAeWZTQ93BfWC9JBzu4Y/cuulyzD9Xyg=";
1717
};
1818

1919
nativeBuildInputs = [

0 commit comments

Comments
 (0)