sttr: 0.2.21 -> 0.2.22

This commit is contained in:
R. Ryantm
2024-06-30 00:42:46 +00:00
parent 65ed2124ae
commit cc2e35da00
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "sttr";
version = "0.2.21";
version = "0.2.22";
src = fetchFromGitHub {
owner = "abhimanyu003";
repo = "sttr";
rev = "v${version}";
hash = "sha256-XBg/t2hspKdgkRgU95VLfi74cnA9OZ03x4deFOu+2do=";
hash = "sha256-VEfMkUMrn9yKMg1M56uFhM8ego3EyY1MqEgzkZE6Zbk=";
};
vendorHash = "sha256-OuPPK4ordP/yzH+0sCRKO9szJ81LUbvM2Z8U88O6Qwc=";
vendorHash = "sha256-L3XKjJSk/1Evzq4ieUsJ4ewyfS8NDDSd10aDdsc5IcI=";
nativeBuildInputs = [ installShellFiles ];