morewaita-icon-theme: 45 -> 47.1

This commit is contained in:
Pascal Dietrich 2024-11-02 00:24:09 +01:00
parent 1c498560a0
commit 033a0a5c41
No known key found for this signature in database
GPG Key ID: F1D152280511FB91

View File

@ -7,13 +7,13 @@
}:
stdenvNoCC.mkDerivation rec {
pname = "morewaita-icon-theme";
version = "45";
version = "47.1";
src = fetchFromGitHub {
owner = "somepaulo";
repo = "MoreWaita";
rev = "v${version}";
hash = "sha256-UtwigqJjkin53Wg3PU14Rde6V42eKhmP26a3fDpbJ4Y=";
rev = "${version}";
hash = "sha256-/ANzNQi+H2UzRlLrMBBMxEA/TGNpCwf8lNn6sHEKfQE=";
};
nativeBuildInputs = [