Skip to content

Commit c241c2b

Browse files
committed
1 parent 80c7d70 commit c241c2b

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.30";
22+
version = "0.9.31";
2323

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

0 commit comments

Comments
 (0)