nix-eval-jobs: 2.33.0 -> 2.33.1 (#490185)

This commit is contained in:
Bernardo Meurer
2026-02-13 18:55:12 +00:00
committed by GitHub
@@ -12,13 +12,13 @@
}:
stdenv.mkDerivation rec {
pname = "nix-eval-jobs";
version = "2.33.0";
version = "2.33.1";
src = fetchFromGitHub {
owner = "nix-community";
repo = "nix-eval-jobs";
tag = "v${version}";
hash = "sha256-i68miKHGdueWggcDAF+Kca9g6S3ipkW629XbMpQYfn0=";
hash = "sha256-ONA7ztgyE2CC3T45NiGxQgCBQevAJ1+pEJlMQpREjBA=";
};
buildInputs = [