Skip to content

Commit cc157d6

Browse files
committed
unparam: 0-unstable-2024-05-28 -> 0-unstable-2025-03-01 (#388801)
2 parents 1da00e7 + 9f8e3a1 commit cc157d6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkgs/by-name/un/unparam/package.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
fetchFromGitHub,
55
}:
66

7-
buildGoModule rec {
7+
buildGoModule {
88
pname = "unparam";
9-
version = "0-unstable-2024-05-28";
9+
version = "0-unstable-2025-03-01";
1010

1111
src = fetchFromGitHub {
1212
owner = "mvdan";
1313
repo = "unparam";
14-
rev = "8a5130ca722ffad18c95cc467b561f1668b9b0d2";
15-
hash = "sha256-CYCXTriGUd4bNY6ZPfkX4puE1imcqYHnX1SXVdnXPGM=";
14+
rev = "0df0534333a487d07b143c1b2c2e0046671d2d63";
15+
hash = "sha256-k/BgHvjB3fXz4CWTHRFja/EiGlof/c80jhRb91FaINs=";
1616
};
1717

18-
vendorHash = "sha256-2lNC4V1WQkJdkagIlBu6tj4SA4KJKstHXc+B4emKu6s=";
18+
vendorHash = "sha256-Q7q0NZgofxChaSpYL5dS4NDadwfrXlLtkG/F7tGJuhA=";
1919

2020
subPackages = [ "." ];
2121

0 commit comments

Comments
 (0)