Unverified Commit eb5ef3e6 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

nix-eval-jobs: refactor

parent 2421b36e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@ stdenv.mkDerivation rec {

  src = fetchFromGitHub {
    owner = "nix-community";
    repo = pname;
    rev = "v${version}";
    repo = "nix-eval-jobs";
    tag = "v${version}";
    hash = "sha256-AJ22q6yWc1hPkqssXMxQqD6QUeJ6hbx52xWHhKsmuP0=";
  };