Merge pull request #122798 from MetaDark/newsflash

newsflash: 1.4.0 → 1.4.1
This commit is contained in:
Jan Tojnar 2021-05-15 17:34:18 +02:00 committed by GitHub
commit 94a0ad2f1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,19 +20,19 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "newsflash"; pname = "newsflash";
version = "1.4.0"; version = "1.4.1";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "news-flash"; owner = "news-flash";
repo = "news_flash_gtk"; repo = "news_flash_gtk";
rev = version; rev = version;
hash = "sha256-EInI5Unaz9m8/gJ7vAzJVyMynJGq0KZh12dNK8r1wnY="; hash = "sha256-pskmvztKOwutXRHVnW5u68/0DAuV9Gb+Ovp2JbXiMYo=";
}; };
cargoDeps = rustPlatform.fetchCargoTarball { cargoDeps = rustPlatform.fetchCargoTarball {
inherit src; inherit src;
name = "${pname}-${version}"; name = "${pname}-${version}";
hash = "sha256-xrWZhjfYnO6M3LMTP6l3+oZOusvUWuRBDesIlsiEJ6s="; hash = "sha256-qq8cZplt5YWUwsXUShMDhQm3RGH2kCEBk64x6bOa50E=";
}; };
patches = [ patches = [