koodo-reader: 2.0.9 -> 2.2.3 (#462504)
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
xcbuild,
|
||||
|
||||
electron_37,
|
||||
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
let
|
||||
@@ -22,13 +24,13 @@ let
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "koodo-reader";
|
||||
version = "2.0.9";
|
||||
version = "2.2.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "troyeguo";
|
||||
repo = "koodo-reader";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-t93yRd9TrtGZogjpSy0Bse0cM5BFyMaSxFYQFZZyvPM=";
|
||||
hash = "sha256-VQC1xvFw6TDw6P3UcQ4Y++UpjSgEGiRh0M+i1Z8O+N4=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@@ -134,6 +136,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
})
|
||||
];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/troyeguo/koodo-reader/releases/tag/${finalAttrs.src.tag}";
|
||||
description = "Cross-platform ebook reader";
|
||||
|
||||
Reference in New Issue
Block a user