Unverified Commit 022b04a4 authored by Yaya's avatar Yaya Committed by GitHub
Browse files

liferea: 1.16.1 -> 1.16.6 (#440886)

parents cb0d5ed2 60dfb284
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,11 +26,11 @@

stdenv.mkDerivation rec {
  pname = "liferea";
  version = "1.16.1";
  version = "1.16.6";

  src = fetchurl {
    url = "https://github.com/lwindolf/${pname}/releases/download/v${version}/${pname}-${version}.tar.bz2";
    hash = "sha256-4KmqxG8D0vwrMlBo5qGBIUdKpB8wCGAhYyqSyvn2muw=";
    hash = "sha256-D9mRmg1iwSlyYWCuYmMDzCkhUwgzDA/1DEgj49B59Lc=";
  };

  nativeBuildInputs = [