shiori: 1.5.3 -> 1.5.4

This commit is contained in:
R. Ryantm 2023-01-29 09:38:07 +00:00
parent aba2aded0e
commit 73b810b140

View File

@ -2,9 +2,9 @@
buildGoModule rec {
pname = "shiori";
version = "1.5.3";
version = "1.5.4";
vendorSha256 = "sha256-vyBb8jNpXgpiktbn2lphL2wAeKmvjJLxV8ZrHoUSNYY=";
vendorHash = "sha256-8aiaG2ry/XXsosbrLBmwnjbwIhbKMdM6WHae07MG7WI=";
doCheck = false;
@ -12,7 +12,7 @@ buildGoModule rec {
owner = "go-shiori";
repo = pname;
rev = "v${version}";
sha256 = "sha256-razBb/flqwyFG4SPWhSapDO1sB5DYzyjYGx8ABFg/I8=";
sha256 = "sha256-QZTYhRz65VLs3Ytv0k8ptfeQ/36M2VBXFaD9zhQXDh8=";
};
passthru.tests = {