newsflash: 1.4.3 -> 1.5.1

+5 -5
+5 -5
pkgs/applications/networking/feedreaders/newsflash/default.nix
··· 21 21 22 22 stdenv.mkDerivation rec { 23 23 pname = "newsflash"; 24 - version = "1.4.3"; 24 + version = "1.5.1"; 25 25 26 26 src = fetchFromGitLab { 27 27 owner = "news-flash"; 28 28 repo = "news_flash_gtk"; 29 - rev = "v.${version}"; 30 - hash = "sha256-c/zT+FNRDu7jdooNTEYbeG9jLrL+9txe+aC7nSy4bB0="; 29 + rev = version; 30 + hash = "sha256-fLG7oYt+gdl3Lwnu6c7VLJWSHCFY5LyNeDKoUNGg3Yw="; 31 31 }; 32 32 33 33 cargoDeps = rustPlatform.fetchCargoTarball { 34 34 inherit src; 35 35 name = "${pname}-${version}"; 36 - hash = "sha256-yTElaPSoTiJpfIGzuNJCWxVzdWBzim5rt0N2r0ARhvM="; 36 + hash = "sha256-dQlbK3SfY6p1xinroXz5wcaBbq2LuDM9sMlfJ6ueTTg="; 37 37 }; 38 38 39 39 patches = [ ··· 93 93 description = "A modern feed reader designed for the GNOME desktop"; 94 94 homepage = "https://gitlab.com/news-flash/news_flash_gtk"; 95 95 license = licenses.gpl3Plus; 96 - maintainers = with maintainers; [ kira-bruneau ]; 96 + maintainers = with maintainers; [ kira-bruneau stunkymonkey ]; 97 97 platforms = platforms.unix; 98 98 }; 99 99 }