Skip to content

Commit b4169ef

Browse files
liferea: 1.16-RC1 -> 1.16-RC2 (#386409)
2 parents f0ab22b + b8e973d commit b4169ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/li/liferea/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626

2727
stdenv.mkDerivation rec {
2828
pname = "liferea";
29-
version = "1.16-RC1";
29+
version = "1.16-RC2";
3030

3131
src = fetchurl {
3232
url = "https://github.com/lwindolf/${pname}/releases/download/v${version}/${pname}-${version}.tar.bz2";
33-
hash = "sha256-V9Ai0EYj7WXMUSAC3yglzU7FbdTn9HM1L4TBDNNg/xo=";
33+
hash = "sha256-yOfePUcr6NauNQjkWnSxPD5tJSqx5OSTFGUxOz3hDhg=";
3434
};
3535

3636
nativeBuildInputs = [

0 commit comments

Comments
 (0)