Unverified Commit 743e15e4 authored by Heitor Augusto's avatar Heitor Augusto
Browse files

stress: hardcode source repository

parent d93057e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ stdenv.mkDerivation (finalAttrs: {

  src = fetchFromGitHub {
    owner = "resurrecting-open-source-projects";
    repo = finalAttrs.pname;
    repo = "stress";
    rev = finalAttrs.version;
    hash = "sha256-1r0n/KE4RpO0txIViGxuc7G+I4Ds9AJYcuMx2/R97jg=";
  };