shortwave: 1.1.1 -> 2.0.1

This commit is contained in:
Philipp Bartsch 2021-06-22 14:00:11 +02:00
parent 26a88ecce8
commit 45c80cbdef

View file

@ -8,8 +8,8 @@
, gitMinimal , gitMinimal
, glib , glib
, gst_all_1 , gst_all_1
, gtk3 , gtk4
, libhandy_0 , libadwaita
, meson , meson
, ninja , ninja
, openssl , openssl
@ -22,20 +22,20 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "shortwave"; pname = "shortwave";
version = "1.1.1"; version = "2.0.1";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "gitlab.gnome.org"; domain = "gitlab.gnome.org";
owner = "World"; owner = "World";
repo = "Shortwave"; repo = "Shortwave";
rev = version; rev = version;
sha256 = "1vlhp2ss06j41simjrrjg38alp85jddhqyvccy6bhfzm0gzynwld"; sha256 = "sha256-25qPb7qlqCwYJzl4qZxAZYx5asxSlXBlc/0dGyBdk1o=";
}; };
cargoDeps = rustPlatform.fetchCargoTarball { cargoDeps = rustPlatform.fetchCargoTarball {
inherit src; inherit src;
name = "${pname}-${version}"; name = "${pname}-${version}";
hash = "sha256-0+KEbjTLecL0u/3S9FWf2r2h9ZrgcRTY163kS3NKJqA="; hash = "sha256-00dQXcSNmdZb2nSLG3q7jm4sugF9XR4LbH0OmcuHVxA=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -57,8 +57,8 @@ stdenv.mkDerivation rec {
dbus dbus
gdk-pixbuf gdk-pixbuf
glib glib
gtk3 gtk4
libhandy_0 libadwaita
openssl openssl
sqlite sqlite
] ++ (with gst_all_1; [ ] ++ (with gst_all_1; [