Loading pkgs/by-name/hy/hydra/package.nix +5 −3 Original line number Diff line number Diff line Loading @@ -44,6 +44,7 @@ , glibcLocales , fetchFromGitHub , nixosTests , unstableGitUpdater }: let Loading Loading @@ -123,13 +124,13 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "hydra"; version = "0-unstable-2024-08-27"; version = "0-unstable-2024-09-15"; src = fetchFromGitHub { owner = "NixOS"; repo = "hydra"; rev = "2d79b0a4da9e2a8ff97c1173aa56fe92e1f4629b"; hash = "sha256-ZU8/LzdZ0nbUxVxTsRZyMpTGEtps9oG0Yx2cpS9J8I4="; rev = "b6f44b5cd020d95c405e149e4c3a0e9dc785e31a"; hash = "sha256-dXDOX6IvAeznNoh73P2QWstBJ/jqfzEKjgNvdfsGTuY="; }; buildInputs = [ Loading Loading @@ -232,6 +233,7 @@ stdenv.mkDerivation (finalAttrs: { passthru = { inherit nix perlDeps; tests.basic = nixosTests.hydra.hydra; updateScript = unstableGitUpdater {}; }; meta = with lib; { Loading Loading
pkgs/by-name/hy/hydra/package.nix +5 −3 Original line number Diff line number Diff line Loading @@ -44,6 +44,7 @@ , glibcLocales , fetchFromGitHub , nixosTests , unstableGitUpdater }: let Loading Loading @@ -123,13 +124,13 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "hydra"; version = "0-unstable-2024-08-27"; version = "0-unstable-2024-09-15"; src = fetchFromGitHub { owner = "NixOS"; repo = "hydra"; rev = "2d79b0a4da9e2a8ff97c1173aa56fe92e1f4629b"; hash = "sha256-ZU8/LzdZ0nbUxVxTsRZyMpTGEtps9oG0Yx2cpS9J8I4="; rev = "b6f44b5cd020d95c405e149e4c3a0e9dc785e31a"; hash = "sha256-dXDOX6IvAeznNoh73P2QWstBJ/jqfzEKjgNvdfsGTuY="; }; buildInputs = [ Loading Loading @@ -232,6 +233,7 @@ stdenv.mkDerivation (finalAttrs: { passthru = { inherit nix perlDeps; tests.basic = nixosTests.hydra.hydra; updateScript = unstableGitUpdater {}; }; meta = with lib; { Loading