[Backport release-26.05] nix-eval-jobs: 2.34.1 -> 2.34.3 (#534791)

This commit is contained in:
adisbladis 2026-06-24 01:53:15 +00:00 committed by GitHub
commit 5618485a49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,13 +12,13 @@
}:
stdenv.mkDerivation rec {
pname = "nix-eval-jobs";
version = "2.34.1";
version = "2.34.3";
src = fetchFromGitHub {
owner = "nix-community";
owner = "NixOS";
repo = "nix-eval-jobs";
tag = "v${version}";
hash = "sha256-OFGRoJOYhvZ3Enk5a8vMy0QNcG5ZxyzFhyHMrwKXde8=";
hash = "sha256-YaVQAgBxWbUBFHXLBLzdUyVvuA/DDw80SEnn9iq0Veo=";
};
buildInputs = [
@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Hydra's builtin hydra-eval-jobs as a standalone";
homepage = "https://github.com/nix-community/nix-eval-jobs";
homepage = "https://github.com/NixOS/nix-eval-jobs";
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [
adisbladis