kool: 3.1.0 -> 3.2.0

This commit is contained in:
R. Ryantm
2024-03-01 13:51:46 +00:00
parent dbc93a1216
commit 2170ed0090
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "kool";
version = "3.1.0";
version = "3.2.0";
src = fetchFromGitHub {
owner = "kool-dev";
repo = "kool";
rev = version;
hash = "sha256-apecHILrtvzD1bAOuyhSokDqBB2UgCavQXOw4dQSPwc=";
hash = "sha256-oMPzDU5MNIgxg7E2lgvgXEfO4W+VrFlLThOC9OEqhWo=";
};
vendorHash = "sha256-PmS96KVhe9TDmtYBx2hROLCbGMQ0OY3MN405dUmxPzk=";