skeema: 1.9.0 -> 1.10.0

This commit is contained in:
Aaron Jheng 2023-04-27 03:46:46 +00:00
parent a7eb77e921
commit 7e151a0527
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "skeema";
version = "1.9.0";
version = "1.10.0";
src = fetchFromGitHub {
owner = "skeema";
repo = "skeema";
rev = "v${version}";
hash = "sha256-mzxoA5oWX94EdiapSCgyC62RCffuutWzC1YKkGfJSEU=";
hash = "sha256-JhOQKfJCaZc5PlDWPuYe1Ag9AHkw9RjEQ4N9MSda4rY=";
};
vendorHash = null;