Merge pull request #272174 from aaronjheng/skeema

This commit is contained in:
Maciej Krüger
2023-12-08 18:19:48 +01:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "skeema";
version = "1.11.0";
version = "1.11.1";
src = fetchFromGitHub {
owner = "skeema";
repo = "skeema";
rev = "v${version}";
hash = "sha256-BXjcn9oakTvaWPYIsAsjYRwQ1aKhZ4PAV2AkxSVOF/I=";
hash = "sha256-S7eMqaz8BZ80AwIrVmX+rnEgIwEdy8q65FIy6Mac4CY=";
};
vendorHash = null;