We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f7459 commit c42dcffCopy full SHA for c42dcff
pkgs/by-name/sh/shortwave/package.nix
@@ -28,20 +28,20 @@
28
29
stdenv.mkDerivation rec {
30
pname = "shortwave";
31
- version = "4.0.1";
+ 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-W1eOMyiooDesI13lOze/JcxzhSSxYOW6FOY85NkVyps=";
+ sha256 = "sha256-MbkfbpX2av/o+wC1pORHfaLXnchEIFmhQ5mqPuMElak=";
39
};
40
41
cargoDeps = rustPlatform.fetchCargoVendor {
42
inherit src;
43
name = "${pname}-${version}";
44
- hash = "sha256-vtQRt8/eWwMA1+tKULpStLR7E1+R7LkNutS2Joz7zeI=";
+ hash = "sha256-DBWg9Xss1ChbPyI3MiN7eTXhSUG37ZaYS/HFxou9d/w=";
45
46
47
nativeBuildInputs = [
0 commit comments