Merge pull request #278077 from r-ryantm/auto-update/liferea

liferea: 1.15.4 -> 1.15.5
This commit is contained in:
José Romildo Malaquias 2024-01-02 10:49:26 -03:00 committed by GitHub
commit 594a77b801
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,11 +24,11 @@
stdenv.mkDerivation rec {
pname = "liferea";
version = "1.15.4";
version = "1.15.5";
src = fetchurl {
url = "https://github.com/lwindolf/${pname}/releases/download/v${version}/${pname}-${version}.tar.bz2";
hash = "sha256-twczHU41xXJvBg4nTQyJrmNCCSoJWAnRLs4DV0uKpjE=";
hash = "sha256-7lanrs63N6ZnqxvjcW/+cUZVDqUbML2gftQUc/sLr3Q=";
};
nativeBuildInputs = [