Skip to content

Commit 86f2229

Browse files
authored
readest: 0.9.30 -> 0.9.32 (NixOS#397109)
2 parents 5642395 + 90ec52a commit 86f2229

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.32";
2323

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

0 commit comments

Comments
 (0)