Skip to content

Commit 192c645

Browse files
authored
unconvert: 0-unstable-2023-09-07 -> 0-unstable-2025-02-16 (#403452)
2 parents 33a1b63 + 0b3f468 commit 192c645

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,29 @@
22
lib,
33
buildGoModule,
44
fetchFromGitHub,
5+
nix-update-script,
56
}:
67

78
buildGoModule {
89
pname = "unconvert";
9-
version = "0-unstable-2023-09-07";
10+
version = "0-unstable-2025-02-16";
1011

1112
src = fetchFromGitHub {
1213
owner = "mdempsky";
1314
repo = "unconvert";
14-
rev = "415706980c061b6f71ea923bd206aec88785638f";
15-
hash = "sha256-MchA8uvy+MyQ/VaglBDTC7j/lNIKAtGeeECLoFfH6pI=";
15+
rev = "4a038b3d31f56ff5ba511953b745c80a2317e4ae";
16+
hash = "sha256-97H5rlb4buRT6I3OUID8/UARFtCTDhIxnPCkpFF9RDs=";
1617
};
1718

18-
vendorHash = "sha256-vZDk+ZNCMP5RRNrgeIowdOKPot7rqM84JhlbfvcQbB4=";
19+
vendorHash = "sha256-Yh33ZvQoMG9YM8bdxlMYEIwH2QMTwv2HSYSmA4C9EpA=";
1920

2021
ldflags = [
2122
"-s"
2223
"-w"
2324
];
2425

26+
passthru.updateScript = nix-update-script { extraArgs = lib.singleton "--version=branch"; };
27+
2528
meta = with lib; {
2629
description = "Remove unnecessary type conversions from Go source";
2730
mainProgram = "unconvert";

0 commit comments

Comments
 (0)