icewm: replace rev with tag in fetchFromGitHub

Inspired by
https://github.com/NixOS/nixpkgs/commit/cb9f9a1e5a51a87d59b373db7016cee1608debd5
This commit is contained in:
Yarny0
2025-04-18 11:02:25 +03:00
committed by Doron Behar
parent 42c77ca0e2
commit cd774633a4
+1 -1
View File
@@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "ice-wm";
repo = "icewm";
rev = finalAttrs.version;
tag = finalAttrs.version;
hash = "sha256-4JF2ZAp8dx2fpSYRUz4I8US3oIZrSS90oljuxQDm38A=";
};