ugm: 1.8.0 -> 1.9.0 (#515749)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-08 17:26:35 +00:00
committed by GitHub
+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=";