Skip to content

Commit

Permalink
Merge pull request #93743 from r-ryantm/auto-update/nix-build-uncached
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Jul 24, 2020
2 parents ea731f4 + b48de3b commit ac33603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/misc/nix-build-uncached/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "nix-build-uncached";
version = "0.1.1";
version = "1.0.0";

src = fetchFromGitHub {
owner = "Mic92";
repo = "nix-build-uncached";
rev = "v${version}";
sha256 = "0jkpg3ab56lg2kdms9w9ka9ba89py3ajksjsi1rd3iqi74zz2mmh";
sha256 = "106k4234gpi8mr0n0rfsgwk4z7v0b2gim0r5bhjvg2v566j67g02";
};

goPackagePath = "github.com/Mic92/nix-build-uncached";
Expand Down

0 comments on commit ac33603

Please sign in to comment.