repro-get: 0.2.1 -> 0.3.0

This commit is contained in:
R. Ryantm 2023-02-12 20:30:36 +00:00
parent d1801a813d
commit d2128e82ee

View File

@ -9,16 +9,16 @@
buildGoModule rec {
pname = "repro-get";
version = "0.2.1";
version = "0.3.0";
src = fetchFromGitHub {
owner = "reproducible-containers";
repo = "repro-get";
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 ];