Skip to content

Commit 781b5ab

Browse files
committed
1 parent c8dec73 commit 781b5ab

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.50";
23+
version = "0.9.51";
2424

2525
src = fetchFromGitHub {
2626
owner = "readest";
2727
repo = "readest";
2828
tag = "v${finalAttrs.version}";
29-
hash = "sha256-/DWJZnGhJRBVdtieZBRLmF4Wfe/fo4YQTRT/FFCWUGg=";
29+
hash = "sha256-UJ4H+pBR+EWr2O34WUmbF2rd3pTVssE/8b9iO9bbx7Y=";
3030
fetchSubmodules = true;
3131
};
3232

0 commit comments

Comments
 (0)