shortwave: 4.0.1 -> 5.0.0 (#381097)

Co-authored-by: lasandell <lasandell@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-02-14 01:27:22 +00:00 committed by GitHub
commit fc04e24292
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,20 +28,20 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "shortwave"; pname = "shortwave";
version = "4.0.1"; version = "5.0.0";
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 = "sha256-W1eOMyiooDesI13lOze/JcxzhSSxYOW6FOY85NkVyps="; sha256 = "sha256-MbkfbpX2av/o+wC1pORHfaLXnchEIFmhQ5mqPuMElak=";
}; };
cargoDeps = rustPlatform.fetchCargoVendor { cargoDeps = rustPlatform.fetchCargoVendor {
inherit src; inherit src;
name = "${pname}-${version}"; name = "${pname}-${version}";
hash = "sha256-vtQRt8/eWwMA1+tKULpStLR7E1+R7LkNutS2Joz7zeI="; hash = "sha256-DBWg9Xss1ChbPyI3MiN7eTXhSUG37ZaYS/HFxou9d/w=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [