skeema: 1.11.1 -> 1.11.2

This commit is contained in:
R. Ryantm 2024-04-04 02:47:26 +00:00
parent 200850af60
commit 3247466f32
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "skeema";
version = "1.11.1";
version = "1.11.2";
src = fetchFromGitHub {
owner = "skeema";
repo = "skeema";
rev = "v${version}";
hash = "sha256-S7eMqaz8BZ80AwIrVmX+rnEgIwEdy8q65FIy6Mac4CY=";
hash = "sha256-rnoIuftPmx1Qbn2ifEBGz4RiA/lBVemjMjcPr9Woflc=";
};
vendorHash = null;