mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-03 19:43:30 +00:00
morewaita-icon-theme: 47.1-> 47.2 (#361807)
Diff: https://github.com/somepaulo/MoreWaita/compare/47.1...v47.2 Changelog: https://github.com/somepaulo/MoreWaita/releases/tag/v47.2
This commit is contained in:
parent
4b3a232f21
commit
f4fdea6acc
@ -7,13 +7,13 @@
|
||||
}:
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "morewaita-icon-theme";
|
||||
version = "47.1";
|
||||
version = "47.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "somepaulo";
|
||||
repo = "MoreWaita";
|
||||
rev = "${version}";
|
||||
hash = "sha256-/ANzNQi+H2UzRlLrMBBMxEA/TGNpCwf8lNn6sHEKfQE=";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-LvkYLY8PYajCb1x1p0HfpKoMq+t4XwH/w9Hvy9YXzk0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user