unparam: unstable-2021-12-14 -> unstable-2023-03-12

Diff: d0ef000c54...e84e2d14e3
This commit is contained in:
Nick Cao 2023-06-05 14:38:50 +08:00
parent 31cd1b4afb
commit 0bc9fe18cf
No known key found for this signature in database
2 changed files with 5 additions and 7 deletions

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "unparam";
version = "unstable-2021-12-14";
version = "unstable-2023-03-12";
src = fetchFromGitHub {
owner = "mvdan";
repo = "unparam";
rev = "d0ef000c54e5fbf955d67422b0495b9f29b354da";
sha256 = "sha256-fH/LcshpOk+UFfQ5dE2eHi6Oi5cm8umeXoyHJvhpAbE=";
rev = "e84e2d14e3b88193890ff95d72ecb81312f36589";
sha256 = "sha256-kbEdOqX/p/FrNfWQ2WjXX+lERprSV2EI9l+kapHuFi4=";
};
vendorSha256 = "sha256-pfIxWvJYAus4DShTcBI1bwn/Q2c5qWvCwPCwfUsv8c0=";
vendorSha256 = "sha256-gEZFAMcr1okqG2IXcS3hDzZKMINohd2JzxezGbzyeBE=";
subPackages = [ "." ];

View file

@ -6392,9 +6392,7 @@ with pkgs;
unionfs-fuse = callPackage ../tools/filesystems/unionfs-fuse { };
unparam = callPackage ../tools/misc/unparam {
buildGoModule = buildGo119Module; # go 1.20 build failure
};
unparam = callPackage ../tools/misc/unparam { };
inherit (nodePackages) uppy-companion;