File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
pkgs/by-name/un/unconvert Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 22 lib ,
33 buildGoModule ,
44 fetchFromGitHub ,
5+ nix-update-script ,
56} :
67
78buildGoModule {
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" ;
You can’t perform that action at this time.
0 commit comments