nix-eval-jobs: refactor

This commit is contained in:
Wolfgang Walther
2025-07-23 09:30:23 +02:00
parent 2421b36eb4
commit eb5ef3e6e5
@@ -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=";
};