sttr: 0.2.25 -> 0.2.26

This commit is contained in:
R. Ryantm
2025-07-25 18:52:11 +00:00
parent 33d3d008a8
commit 80fc26f4b6
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule rec {
pname = "sttr";
version = "0.2.25";
version = "0.2.26";
src = fetchFromGitHub {
owner = "abhimanyu003";
repo = "sttr";
rev = "v${version}";
hash = "sha256-FVjdlheKt3WoFQnb9qrYQATSkJmuXCVrigBbnKUHUR0=";
hash = "sha256-VyO4NyiTWWQJjbhKHoIC86B4KdSowlrR6XR3HCKr0U4=";
};
vendorHash = "sha256-OQxp52v8TEgB09obp3UKOReRWB79Cwa6zbSE1V/s+JY=";
vendorHash = "sha256-g35BCThoym9awjMObMUecRkkLsQyEIviYc4rdQsIICY=";
nativeBuildInputs = [ installShellFiles ];