Merge pull request #144856 from Stunkymonkey/newsflash-1.5.1

newsflash: 1.4.3 -> 1.5.1

figsoda df02fb66 56cb753d

Changed files
+5 -5
pkgs
applications
networking
feedreaders
newsflash
+5 -5
pkgs/applications/networking/feedreaders/newsflash/default.nix
···
stdenv.mkDerivation rec {
pname = "newsflash";
-
version = "1.4.3";
+
version = "1.5.1";
src = fetchFromGitLab {
owner = "news-flash";
repo = "news_flash_gtk";
-
rev = "v.${version}";
-
hash = "sha256-c/zT+FNRDu7jdooNTEYbeG9jLrL+9txe+aC7nSy4bB0=";
+
rev = version;
+
hash = "sha256-fLG7oYt+gdl3Lwnu6c7VLJWSHCFY5LyNeDKoUNGg3Yw=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
-
hash = "sha256-yTElaPSoTiJpfIGzuNJCWxVzdWBzim5rt0N2r0ARhvM=";
+
hash = "sha256-dQlbK3SfY6p1xinroXz5wcaBbq2LuDM9sMlfJ6ueTTg=";
};
patches = [
···
description = "A modern feed reader designed for the GNOME desktop";
homepage = "https://gitlab.com/news-flash/news_flash_gtk";
license = licenses.gpl3Plus;
-
maintainers = with maintainers; [ kira-bruneau ];
+
maintainers = with maintainers; [ kira-bruneau stunkymonkey ];
platforms = platforms.unix;
};
}