Merge pull request #103476 from r-ryantm/auto-update/nix-build-uncached
nix-build-uncached: 1.0.2 -> 1.1.0
This commit is contained in:
commit
9b440931ca
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "nix-build-uncached";
|
pname = "nix-build-uncached";
|
||||||
version = "1.0.2";
|
version = "1.1.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Mic92";
|
owner = "Mic92";
|
||||||
repo = "nix-build-uncached";
|
repo = "nix-build-uncached";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0hjx2gdwzg02fzxhsf7akp03vqj2s7wmcv9xfqn765zbqnljz14v";
|
sha256 = "1v9xyv0hhvfw61k4pbgzrlgy7igl619cangi40fkh7gdvs01dxz4";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = null;
|
vendorSha256 = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user