nixpkgs-hammering: unstable-2023-11-06 -> unstable-2024-03-25

This commit is contained in:
Anthony Roussel 2024-04-06 14:10:08 +02:00
parent 9996f28455
commit ac0cdeb10c
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E
1 changed files with 4 additions and 4 deletions

View File

@ -9,13 +9,13 @@
}:
let
version = "unstable-2023-11-06";
version = "unstable-2024-03-25";
src = fetchFromGitHub {
owner = "jtojnar";
repo = "nixpkgs-hammering";
rev = "8e33fc1e7b3b311ce3ba9c5c8c9e7cf89041b893";
hash = "sha256-D9c6EZMHy0aldzMxj4Ivw1YXNuG6MzyoEQlehEcxMBI=";
rev = "6851ecea8c6da45870b7c06d6495cba3fb2d7c7c";
hash = "sha256-kr3zMr7aWt4W/+Jcol5Ctiq0KjXSxViPhGtyqvX9dqE=";
};
meta = with lib; {
@ -29,7 +29,7 @@ let
pname = "nixpkgs-hammering-rust-checks";
inherit version src meta;
sourceRoot = "${src.name}/rust-checks";
cargoHash = "sha256-GIheha/AYH0uD61ck6TcpDz1gh1o5UxL/ojeZ/kHI8E=";
cargoHash = "sha256-QrtAalZClNc0ZN6iNqN9rFRQ7w68lEZPV5e25uXYToA=";
};
in