File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tools/package-management/nix-eval-jobs Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313} :
1414stdenv . mkDerivation rec {
1515 pname = "nix-eval-jobs" ;
16- version = "2.26 .0" ;
16+ version = "2.28 .0" ;
1717 src = fetchFromGitHub {
1818 owner = "nix-community" ;
1919 repo = pname ;
2020 rev = "v${ version } " ;
21- hash = "sha256-Lo4KFBNcY8tmBuCmEr2XV0IUZtxXHmbXPNLkov/QSU0 =" ;
21+ hash = "sha256-v5n6t49X7MOpqS9j0FtI6TWOXvxuZMmGsp2OfUK5QfA =" ;
2222 } ;
2323 buildInputs = [
2424 boost
Original file line number Diff line number Diff line change @@ -19001,7 +19001,7 @@ with pkgs;
1900119001 nixosOptionsDoc = attrs: (import ../../nixos/lib/make-options-doc) ({ inherit pkgs lib; } // attrs);
1900219002
1900319003 nix-eval-jobs = callPackage ../tools/package-management/nix-eval-jobs {
19004- nix = nixVersions.nix_2_26 ;
19004+ nix = nixVersions.nix_2_28 ;
1900519005 };
1900619006
1900719007 nix-delegate = haskell.lib.compose.justStaticExecutables haskellPackages.nix-delegate;
You can’t perform that action at this time.
0 commit comments