Merge pull request #255637 from r-ryantm/auto-update/repro-get

repro-get: 0.4.0 -> 0.4.1
This commit is contained in:
Weijia Wang 2023-09-26 10:49:50 +02:00 committed by GitHub
commit 1c89c4568a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,16 +9,16 @@
buildGoModule rec {
pname = "repro-get";
version = "0.4.0";
version = "0.4.1";
src = fetchFromGitHub {
owner = "reproducible-containers";
repo = "repro-get";
rev = "v${version}";
sha256 = "sha256-Ij74EQz5NreOhjz6XPAriYUb5iNT4E+w5vO5uzjzFR4=";
sha256 = "sha256-qLu9SZuHCkKAOhzrBPEEev1iD5mcIBvrbXspHtifsq4=";
};
vendorHash = "sha256-Tev6MaquEup5EN7aeIA1wzc08kqLtvLuUz7U8o7CW04=";
vendorHash = "sha256-clpQLRozXFeUGrItL2pfNft2hUNyuyeCP9oMQxagAWs=";
nativeBuildInputs = [ installShellFiles ];