Unverified Commit 4bd83c8f authored by Heitor Augusto's avatar Heitor Augusto
Browse files

stress: replace `rev` with `tag` in `fetchFromGitHub`

parent 743e15e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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=";
  };