nixpkgs-hammering: unstable-2023-03-09 -> unstable-2023-11-06

This commit is contained in:
Gustavo Coutinho de Souza 2023-12-11 21:20:38 -03:00
parent 9fbf0cfba5
commit 0678d2eaa0
No known key found for this signature in database
GPG Key ID: 87B914AD813AA7C7

View File

@ -8,13 +8,13 @@
}: }:
let let
version = "unstable-2023-03-09"; version = "unstable-2023-11-06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jtojnar"; owner = "jtojnar";
repo = "nixpkgs-hammering"; repo = "nixpkgs-hammering";
rev = "243b81c687aac33d6716957c0cd2235c81631044"; rev = "8e33fc1e7b3b311ce3ba9c5c8c9e7cf89041b893";
hash = "sha256-a57Ux6W2EvJBEHL6Op9Pz6Tvw/LRRk7uCMRvneXggEo="; hash = "sha256-D9c6EZMHy0aldzMxj4Ivw1YXNuG6MzyoEQlehEcxMBI=";
}; };
meta = with lib; { meta = with lib; {
@ -28,7 +28,7 @@ let
pname = "nixpkgs-hammering-rust-checks"; pname = "nixpkgs-hammering-rust-checks";
inherit version src meta; inherit version src meta;
sourceRoot = "${src.name}/rust-checks"; sourceRoot = "${src.name}/rust-checks";
cargoHash = "sha256-MFYMP6eQS0wJbHmTRKaKajSborzaW6dEfshtAZcP+xs="; cargoHash = "sha256-GIheha/AYH0uD61ck6TcpDz1gh1o5UxL/ojeZ/kHI8E=";
}; };
in in
@ -60,4 +60,3 @@ stdenv.mkDerivation {
mainProgram = "nixpkgs-hammer"; mainProgram = "nixpkgs-hammer";
}; };
} }