stumpwm: switch from rev to tag

This commit is contained in:
Guy Chronister
2026-05-09 08:36:18 -05:00
parent d8c0d1e7cb
commit 9c3cafeebc
+1 -1
View File
@@ -24,7 +24,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "stumpwm";
repo = "stumpwm";
rev = "${finalAttrs.version}";
tag = "${finalAttrs.version}";
hash = "sha256-Ba2HcAmNcZvnqU0jpLTxsBe8L+4aHbO/oM4Bp/IYEC0=";
};