Skip to content

Commit fc04e24

Browse files
shortwave: 4.0.1 -> 5.0.0 (#381097)
Co-authored-by: lasandell <[email protected]>
2 parents 2a6b728 + c42dcff commit fc04e24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/sh/shortwave/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,20 @@
2828

2929
stdenv.mkDerivation rec {
3030
pname = "shortwave";
31-
version = "4.0.1";
31+
version = "5.0.0";
3232

3333
src = fetchFromGitLab {
3434
domain = "gitlab.gnome.org";
3535
owner = "World";
3636
repo = "Shortwave";
3737
rev = version;
38-
sha256 = "sha256-W1eOMyiooDesI13lOze/JcxzhSSxYOW6FOY85NkVyps=";
38+
sha256 = "sha256-MbkfbpX2av/o+wC1pORHfaLXnchEIFmhQ5mqPuMElak=";
3939
};
4040

4141
cargoDeps = rustPlatform.fetchCargoVendor {
4242
inherit src;
4343
name = "${pname}-${version}";
44-
hash = "sha256-vtQRt8/eWwMA1+tKULpStLR7E1+R7LkNutS2Joz7zeI=";
44+
hash = "sha256-DBWg9Xss1ChbPyI3MiN7eTXhSUG37ZaYS/HFxou9d/w=";
4545
};
4646

4747
nativeBuildInputs = [

0 commit comments

Comments
 (0)