lol

kepubify: 4.0.0 -> 4.0.1

https://github.com/pgaskin/kepubify/releases/tag/v4.0.1

zowoq 2a40707b 236c1159

+3 -3
+3 -3
pkgs/tools/misc/kepubify/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "kepubify"; 5 - version = "4.0.0"; 5 + version = "4.0.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "pgaskin"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-Mxe43U0kxkSdAzs+lSJ0x/VspbJPam59DpTpFEJVMl4="; 11 + sha256 = "sha256-ZQY5U9uMCwsMl3Ds3bscPYmTt8JdWehOoowb+AmJSbQ="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-bLQH7ZY2hE8fBTcW7DNoUQxe4N3m9Mv3JjjKO4cG7DY="; 14 + vendorSha256 = "sha256-DcE2MCbH5FIU1UoIF8OF17TfsWS5eQhHnWDEAxy8X6c="; 15 15 16 16 # remove when built with >= go 1.17 17 17 tags = [ "zip117" ];