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

repro-get: 0.2.1 -> 0.3.0
This commit is contained in:
Weijia Wang 2023-02-13 15:18:02 +01:00 committed by GitHub
commit b47f6b6470
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,16 +9,16 @@
buildGoModule rec { buildGoModule rec {
pname = "repro-get"; pname = "repro-get";
version = "0.2.1"; version = "0.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "reproducible-containers"; owner = "reproducible-containers";
repo = "repro-get"; repo = "repro-get";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-3cvKHwAyPYwR5VlhpPJH+3BK9Kw7dTGOPN1q2RnwsG0="; sha256 = "sha256-2B4jNP58t+cfeHi5pICtB9+NwujRzkhl1d/cPkWlNrk=";
}; };
vendorSha256 = "sha256-ebvtPc0QiP7fNiWYjd7iLG/4iH4DqWV/eaDHvmV/H3Y="; vendorHash = "sha256-GM8sKIZb2G9dBj2RoRO80hQrv8D+hHYo0O9FbBuK780=";
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];