newsflash: 1.3.0 -> 1.4.0

This commit is contained in:
Kira Bruneau 2021-03-14 10:32:07 -04:00
parent 556d4172ba
commit 2cbd01d244

View File

@ -20,19 +20,19 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "newsflash"; pname = "newsflash";
version = "1.3.0"; version = "1.4.0";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "news-flash"; owner = "news-flash";
repo = "news_flash_gtk"; repo = "news_flash_gtk";
rev = version; rev = version;
hash = "sha256-Vu8PXdnayrglAFVfO+WZTzk4Qrb/3uqzQIwClnRHto8="; hash = "sha256-EInI5Unaz9m8/gJ7vAzJVyMynJGq0KZh12dNK8r1wnY=";
}; };
cargoDeps = rustPlatform.fetchCargoTarball { cargoDeps = rustPlatform.fetchCargoTarball {
inherit src; inherit src;
name = "${pname}-${version}"; name = "${pname}-${version}";
hash = "sha256-dWumQi/Bk7w2C8zVVExxguWchZU+K2qTC02otsiK9jA="; hash = "sha256-xrWZhjfYnO6M3LMTP6l3+oZOusvUWuRBDesIlsiEJ6s=";
}; };
patches = [ patches = [