nix-build-uncached: 1.0.2 -> 1.1.0

This commit is contained in:
R. RyanTM 2020-11-11 17:54:09 +00:00
parent 280e27327d
commit c360d971a2

View file

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