sttr: 0.2.22 -> 0.2.23

This commit is contained in:
R. Ryantm 2024-08-02 17:20:26 +00:00
parent 9307b49d29
commit a595265893

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "sttr";
version = "0.2.22";
version = "0.2.23";
src = fetchFromGitHub {
owner = "abhimanyu003";
repo = "sttr";
rev = "v${version}";
hash = "sha256-VEfMkUMrn9yKMg1M56uFhM8ego3EyY1MqEgzkZE6Zbk=";
hash = "sha256-BO6R41FtpPS3GBuKifm+gEnkkQodQDtbjZWtsGtuvms=";
};
vendorHash = "sha256-L3XKjJSk/1Evzq4ieUsJ4ewyfS8NDDSd10aDdsc5IcI=";
vendorHash = "sha256-n+B/e3M+S46vATq9eVXiYcO2s5WNGSvSE2Ci2rpigog=";
nativeBuildInputs = [ installShellFiles ];