ugm: 1.8.0 -> 1.9.0

This commit is contained in:
Thomas Butter
2026-05-02 05:05:30 +00:00
committed by GitHub
parent caa3d22f9e
commit c4ba4d4e86
+4 -4
View File
@@ -1,20 +1,20 @@
{
lib,
buildGo125Module,
buildGo126Module,
fetchFromGitHub,
makeWrapper,
nix-update-script,
}:
buildGo125Module (finalAttrs: {
buildGo126Module (finalAttrs: {
pname = "ugm";
version = "1.8.0";
version = "1.9.0";
src = fetchFromGitHub {
owner = "ariasmn";
repo = "ugm";
tag = "v${finalAttrs.version}";
hash = "sha256-AkiAF9zLgyzXRC6efjQ+eeAL3mOSQM94B8nr09pcY5M=";
hash = "sha256-W4oHJAEppb17t1kxKxDF5fVZkqhOtvm7gCtlmSg7YFA=";
};
vendorHash = "sha256-W9v52cxhXdNyW5RGk+SoA1u7Yid+63YYdd9YaGKEWDs=";