stress: replace rev with tag in fetchFromGitHub

This commit is contained in:
Heitor Augusto
2025-02-15 17:29:09 -03:00
parent 743e15e45f
commit 4bd83c8f3f
+1 -1
View File
@@ -12,7 +12,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "resurrecting-open-source-projects";
repo = "stress";
rev = finalAttrs.version;
tag = finalAttrs.version;
hash = "sha256-1r0n/KE4RpO0txIViGxuc7G+I4Ds9AJYcuMx2/R97jg=";
};