Merge pull request #301421 from r-ryantm/auto-update/skeema

skeema: 1.11.1 -> 1.11.2
This commit is contained in:
Peder Bergebakken Sundt 2024-04-05 23:13:33 +02:00 committed by GitHub
commit 04e85100b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;