kepubify: 4.0.0 -> 4.0.1

https://github.com/pgaskin/kepubify/releases/tag/v4.0.1
This commit is contained in:
zowoq 2021-08-10 18:52:18 +10:00
parent 236c1159bf
commit 2a40707bc7

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kepubify";
version = "4.0.0";
version = "4.0.1";
src = fetchFromGitHub {
owner = "pgaskin";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Mxe43U0kxkSdAzs+lSJ0x/VspbJPam59DpTpFEJVMl4=";
sha256 = "sha256-ZQY5U9uMCwsMl3Ds3bscPYmTt8JdWehOoowb+AmJSbQ=";
};
vendorSha256 = "sha256-bLQH7ZY2hE8fBTcW7DNoUQxe4N3m9Mv3JjjKO4cG7DY=";
vendorSha256 = "sha256-DcE2MCbH5FIU1UoIF8OF17TfsWS5eQhHnWDEAxy8X6c=";
# remove when built with >= go 1.17
tags = [ "zip117" ];