skeema: 1.10.0 -> 1.10.1

This commit is contained in:
R. Ryantm 2023-06-30 23:42:16 +00:00
parent 4586970ee7
commit be34091292

View file

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