nix-build-uncached: 1.0.1 -> 1.0.2

This commit is contained in:
Jörg Thalheim 2020-10-26 06:08:11 +01:00 committed by Jonathan Ringer
parent 4a8bbb98b4
commit 3f1cd94a24

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "nix-build-uncached"; pname = "nix-build-uncached";
version = "1.0.1"; version = "1.0.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Mic92"; owner = "Mic92";
repo = "nix-build-uncached"; repo = "nix-build-uncached";
rev = "v${version}"; rev = "v${version}";
sha256 = "1gfnlqh7ky0ynd6jwks2g3y04by10cad58chkddk1waq23j0a24v"; sha256 = "0hjx2gdwzg02fzxhsf7akp03vqj2s7wmcv9xfqn765zbqnljz14v";
}; };
vendorSha256 = null; vendorSha256 = null;