Skip to content

Commit 90ec52a

Browse files
committed
1 parent c241c2b commit 90ec52a

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
@@ -19,13 +19,13 @@
1919

2020
rustPlatform.buildRustPackage (finalAttrs: {
2121
pname = "readest";
22-
version = "0.9.31";
22+
version = "0.9.32";
2323

2424
src = fetchFromGitHub {
2525
owner = "readest";
2626
repo = "readest";
2727
tag = "v${finalAttrs.version}";
28-
hash = "sha256-31EvTinG2I9WSGidt1z8PmYSEPHFer48qESJYzbhWbI=";
28+
hash = "sha256-EdEjRKBrWGIwJbmNLDvJl/1Hq+Cs6w815ND6yH3/+TI=";
2929
fetchSubmodules = true;
3030
};
3131

0 commit comments

Comments
 (0)