sttr: 0.2.20 -> 0.2.21

This commit is contained in:
R. Ryantm 2024-05-27 15:51:48 +00:00
parent f37d2a285a
commit 4af4ab1382

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "sttr";
version = "0.2.20";
version = "0.2.21";
src = fetchFromGitHub {
owner = "abhimanyu003";
repo = "sttr";
rev = "v${version}";
hash = "sha256-8xIVLUbqk7bPjDTO2tdU9dGslBEorQusaJSAuFhRZYw=";
hash = "sha256-XBg/t2hspKdgkRgU95VLfi74cnA9OZ03x4deFOu+2do=";
};
vendorHash = "sha256-OuPPK4ordP/yzH+0sCRKO9szJ81LUbvM2Z8U88O6Qwc=";