nix-build-uncached: 1.1.1 -> 1.1.2

Diff: https://github.com/Mic92/nix-build-uncached/compare/v1.1.1...v1.1.2
This commit is contained in:
Jörg Thalheim 2023-04-22 17:42:31 +02:00
parent fa8367c2d5
commit b893544c70

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "nix-build-uncached";
version = "1.1.1";
version = "1.1.2";
src = fetchFromGitHub {
owner = "Mic92";
repo = "nix-build-uncached";
rev = "v${version}";
sha256 = "sha256-9oc5zoOlwV02cY3ek+qYLgZaFQk4dPE9xgF8mAePGBI=";
sha256 = "sha256-n9Koi01Te77bpYbRX46UThyD2FhCu9OGHd/6xDQLqjQ=";
};
vendorSha256 = null;