Skip to content

Commit 1f5a39a

Browse files
committed
nilaway: 0-unstable-2024-10-10 -> 0-unstable-2025-03-07
Also fixes build after the Go 1.24 upgrade in staging-next: https://hydra.nixos.org/build/291836003/log/tail
1 parent 85c607e commit 1f5a39a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkgs/by-name/ni/nilaway/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 = "nilaway";
9-
version = "0-unstable-2024-10-10";
9+
version = "0-unstable-2025-03-07";
1010

1111
src = fetchFromGitHub {
1212
owner = "uber-go";
1313
repo = "nilaway";
14-
rev = "ba14292918d814eeaea4de62da2ad0daae92f8b0";
15-
hash = "sha256-HAfuhGxmnMJvkz2vxBZ5kWsgSIw5KKlZp36HCLfCRxo=";
14+
rev = "19305c7c699bd0d370acd26d6769df1d7af8fb29";
15+
hash = "sha256-99L9dF76vZbh1NdXtKu5Bcnnca94Roybm3q18SDmZAk=";
1616
};
1717

18-
vendorHash = "sha256-5qaEvQoK5S0svqzFAbJb8wy8yApyRpz4QE8sOhcjdaA=";
18+
vendorHash = "sha256-pthCLpy5pISKwdmeaJxPq8BxJLUwLwS2/hGMBt6/O4I=";
1919

2020
subPackages = [ "cmd/nilaway" ];
2121
excludedPackages = [ "tools" ];

0 commit comments

Comments
 (0)