We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89d90c commit a7fe294Copy full SHA for a7fe294
pkgs/by-name/mo/morewaita-icon-theme/package.nix
@@ -7,13 +7,13 @@
7
}:
8
stdenvNoCC.mkDerivation rec {
9
pname = "morewaita-icon-theme";
10
- version = "47.2";
+ version = "47.3";
11
12
src = fetchFromGitHub {
13
owner = "somepaulo";
14
repo = "MoreWaita";
15
tag = "v${version}";
16
- hash = "sha256-LvkYLY8PYajCb1x1p0HfpKoMq+t4XwH/w9Hvy9YXzk0=";
+ hash = "sha256-ImpBIpNs29JMAeWZTQ93BfWC9JBzu4Y/cuulyzD9Xyg=";
17
};
18
19
nativeBuildInputs = [
0 commit comments