diun: 4.31.0 -> 4.33.0 (#527641)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-04 07:27:31 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
}:
buildGoModule (finalAttrs: {
pname = "diun";
version = "4.31.0";
version = "4.33.0";
src = fetchFromGitHub {
owner = "crazy-max";
repo = "diun";
tag = "v${finalAttrs.version}";
hash = "sha256-H05yZSH2rUrwM+ZR/PDCxXmrDkZ/Gd4RrpywGk5eW2A=";
hash = "sha256-EVIT6au5B3wzb5xTc2o/sY7p3+tT5lWjlzQX5HdQNkA=";
};
vendorHash = null;