newsflash: 1.0.2 -> 1.0.4

This commit is contained in:
MetaDark 2020-08-09 23:41:04 -04:00
parent 1ae9ecf3b4
commit 0a2d60b2c9

View File

@ -19,16 +19,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "newsflash"; pname = "newsflash";
version = "1.0.2"; version = "1.0.4";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "news-flash"; owner = "news-flash";
repo = "news_flash_gtk"; repo = "news_flash_gtk";
rev = version; rev = version;
sha256 = "17a8fd5rhs56qrqlfj9ckv45hwfcjhdb8j4cxlnvy7s770s225gd"; sha256 = "0x0ws3mhkvf1a8986c8mh2navvvmkkiwymn0smrybffsgqdd2jh1";
}; };
cargoSha256 = "1p0m7la59fn9r2rr26q9mfd1nvyvxb630qiwj96x91p77xv1i30i"; cargoSha256 = "0rv2zrbarkkg56yg1w75lpdazgbik36yb70bzc6zqz1rmxinhqb0";
patches = [ patches = [
./no-post-install.patch ./no-post-install.patch
@ -65,7 +65,7 @@ rustPlatform.buildRustPackage rec {
# SVG support for gdk-pixbuf # SVG support for gdk-pixbuf
librsvg librsvg
] ++ (with gst_all_1; [ ] ++ (with gst_all_1; [
# Audio & video & support for webkitgtk WebView # Audio & video support for webkitgtk WebView
gstreamer gstreamer
gst-plugins-base gst-plugins-base
gst-plugins-good gst-plugins-good