Skip to content

Commit c8dec73

Browse files
committed
1 parent f36421c commit c8dec73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/re/readest/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020

2121
rustPlatform.buildRustPackage (finalAttrs: {
2222
pname = "readest";
23-
version = "0.9.49";
23+
version = "0.9.50";
2424

2525
src = fetchFromGitHub {
2626
owner = "readest";
2727
repo = "readest";
2828
tag = "v${finalAttrs.version}";
29-
hash = "sha256-QvnYLFCL5cX+VIKR29ehzsNPZK/o4A/q1bVFnwLG66I=";
29+
hash = "sha256-/DWJZnGhJRBVdtieZBRLmF4Wfe/fo4YQTRT/FFCWUGg=";
3030
fetchSubmodules = true;
3131
};
3232

0 commit comments

Comments
 (0)