butler: 15.26.0 -> 15.26.1

This commit is contained in:
R. Ryantm
2026-03-25 11:03:20 +00:00
parent 75cff34fdd
commit 79747024d9
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule (finalAttrs: {
pname = "butler";
version = "15.26.0";
version = "15.26.1";
src = fetchFromGitHub {
owner = "itchio";
repo = "butler";
tag = "v${finalAttrs.version}";
hash = "sha256-FaYxvqC/ZYFukh6H63A0dx/8IkSM0Awf4JDBZgvc5W4=";
hash = "sha256-/Sdk9uYWjYtJFvc/xmrewgHlC+6cpqPoUP22xIfowj8=";
};
buildInputs = [ brotli ];