lol

unconvert: 0-unstable-2023-09-07 -> 0-unstable-2025-02-16 (#403452)

authored by

jopejoe1 and committed by
GitHub
192c6455 33a1b634

+7 -4
+7 -4
pkgs/by-name/un/unconvert/package.nix
··· 2 2 lib, 3 3 buildGoModule, 4 4 fetchFromGitHub, 5 + nix-update-script, 5 6 }: 6 7 7 8 buildGoModule { 8 9 pname = "unconvert"; 9 - version = "0-unstable-2023-09-07"; 10 + version = "0-unstable-2025-02-16"; 10 11 11 12 src = fetchFromGitHub { 12 13 owner = "mdempsky"; 13 14 repo = "unconvert"; 14 - rev = "415706980c061b6f71ea923bd206aec88785638f"; 15 - hash = "sha256-MchA8uvy+MyQ/VaglBDTC7j/lNIKAtGeeECLoFfH6pI="; 15 + rev = "4a038b3d31f56ff5ba511953b745c80a2317e4ae"; 16 + hash = "sha256-97H5rlb4buRT6I3OUID8/UARFtCTDhIxnPCkpFF9RDs="; 16 17 }; 17 18 18 - vendorHash = "sha256-vZDk+ZNCMP5RRNrgeIowdOKPot7rqM84JhlbfvcQbB4="; 19 + vendorHash = "sha256-Yh33ZvQoMG9YM8bdxlMYEIwH2QMTwv2HSYSmA4C9EpA="; 19 20 20 21 ldflags = [ 21 22 "-s" 22 23 "-w" 23 24 ]; 25 + 26 + passthru.updateScript = nix-update-script { extraArgs = lib.singleton "--version=branch"; }; 24 27 25 28 meta = with lib; { 26 29 description = "Remove unnecessary type conversions from Go source";