kicli: 0.0.3 -> 1.0.0 (#407072)

This commit is contained in:
Nick Cao
2025-05-14 16:54:12 -04:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
}:
buildGoModule rec {
pname = "kicli";
version = "0.0.3";
version = "1.0.0";
src = fetchFromGitHub {
owner = "anned20";
repo = pname;
rev = "v${version}";
hash = "sha256-Mt1lHOC8gBcLQ6kArUvlPrH+Y/63mIQTCsUY2UTJE2c=";
hash = "sha256-NXKo+zK5HnuMXRsi29lEhoo7RCagwvZdXXPNfp4pHtc=";
};
vendorHash = "sha256-+8L/9NJ3dzP4k+LXkPD208uFGeARv7aT39bhH+R08e0=";