koodo-reader: 1.6.7 -> 1.7.2

This commit is contained in:
TomaSajt
2024-11-20 12:41:31 +01:00
parent 502d2808e0
commit 3c923717ed
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "koodo-reader";
version = "1.6.7";
version = "1.7.2";
src = fetchFromGitHub {
owner = "troyeguo";
repo = "koodo-reader";
rev = "v${finalAttrs.version}";
hash = "sha256-ZHRU8dJjKQFLIB1t2VK/COy6a3nShUeWR8iAM9YJdto=";
hash = "sha256-RtEL4ZVtNSqQShgHpjd1O/wgsXJOvceV+NhIWqexVAI=";
};
offlineCache = fetchYarnDeps {