shortwave: 4.0.1 -> 5.0.0 (#381097)

Co-authored-by: lasandell <lasandell@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] lasandell and committed by GitHub fc04e242 2a6b728b

+3 -3
+3 -3
pkgs/by-name/sh/shortwave/package.nix
··· 28 29 stdenv.mkDerivation rec { 30 pname = "shortwave"; 31 - version = "4.0.1"; 32 33 src = fetchFromGitLab { 34 domain = "gitlab.gnome.org"; 35 owner = "World"; 36 repo = "Shortwave"; 37 rev = version; 38 - sha256 = "sha256-W1eOMyiooDesI13lOze/JcxzhSSxYOW6FOY85NkVyps="; 39 }; 40 41 cargoDeps = rustPlatform.fetchCargoVendor { 42 inherit src; 43 name = "${pname}-${version}"; 44 - hash = "sha256-vtQRt8/eWwMA1+tKULpStLR7E1+R7LkNutS2Joz7zeI="; 45 }; 46 47 nativeBuildInputs = [
··· 28 29 stdenv.mkDerivation rec { 30 pname = "shortwave"; 31 + version = "5.0.0"; 32 33 src = fetchFromGitLab { 34 domain = "gitlab.gnome.org"; 35 owner = "World"; 36 repo = "Shortwave"; 37 rev = version; 38 + sha256 = "sha256-MbkfbpX2av/o+wC1pORHfaLXnchEIFmhQ5mqPuMElak="; 39 }; 40 41 cargoDeps = rustPlatform.fetchCargoVendor { 42 inherit src; 43 name = "${pname}-${version}"; 44 + hash = "sha256-DBWg9Xss1ChbPyI3MiN7eTXhSUG37ZaYS/HFxou9d/w="; 45 }; 46 47 nativeBuildInputs = [