diun: 4.31.0 -> 4.33.0

This commit is contained in:
R. Ryantm
2026-06-03 15:47:46 +00:00
parent 970a6817ad
commit 783130b57c
+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;