madonctl: 2.3.2 -> 3.0.3 (#427094)

This commit is contained in:
Matthias Beyer
2025-07-30 08:50:59 +02:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "madonctl";
version = "2.3.2";
version = "3.0.3";
src = fetchFromGitHub {
owner = "McKael";
repo = "madonctl";
rev = "v${version}";
hash = "sha256-mo185EKjLkiujAKcAFM1XqkXWvcfYbnv+r3dF9ywaf8=";
hash = "sha256-R/es9QVTBpLiCojB/THWDkgQcxexyX/iH9fF3Q2tq54=";
};
vendorHash = null;