summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/newsreaders
diff options
context:
space:
mode:
authorYaya <github@uwu.is>2023-08-22 07:53:29 +0000
committerYaya <github@uwu.is>2023-08-22 08:10:02 +0000
commit79b8b876e5d33db33c1bf33d6db9edb164b0a393 (patch)
tree702feb8a34829b87e74a0d66a17121290f04ed52 /pkgs/applications/networking/newsreaders
parentd97265e9ef6d619a092878db38c2954e3540a74a (diff)
liferea: 1.15.0 -> 1.15.1
https://github.com/lwindolf/liferea/releases/tag/v1.15.1
Diffstat (limited to 'pkgs/applications/networking/newsreaders')
-rw-r--r--pkgs/applications/networking/newsreaders/liferea/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/newsreaders/liferea/default.nix b/pkgs/applications/networking/newsreaders/liferea/default.nix
index bca6c566b74c..e192ab2dc321 100644
--- a/pkgs/applications/networking/newsreaders/liferea/default.nix
+++ b/pkgs/applications/networking/newsreaders/liferea/default.nix
@@ -24,11 +24,11 @@
stdenv.mkDerivation rec {
pname = "liferea";
- version = "1.15.0";
+ version = "1.15.1";
src = fetchurl {
url = "https://github.com/lwindolf/${pname}/releases/download/v${version}/${pname}-${version}.tar.bz2";
- sha256 = "1a7dlwuUOHeCsB+ofAOPlbyuh/QAB8kf50MsocMNz70=";
+ sha256 = "QOdGltz4wns1vq0Nv/O65koMYkLmPAAP4hKp301dAKI=";
};
nativeBuildInputs = [