mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
Merge pull request #51755 from r-ryantm/auto-update/wavebox
wavebox: 4.4.0 -> 4.5.3
This commit is contained in:
commit
a2aa3dc0bd
@ -6,7 +6,7 @@ with stdenv.lib;
|
|||||||
let
|
let
|
||||||
bits = "x86_64";
|
bits = "x86_64";
|
||||||
|
|
||||||
version = "4.4.0";
|
version = "4.5.3";
|
||||||
|
|
||||||
desktopItem = makeDesktopItem rec {
|
desktopItem = makeDesktopItem rec {
|
||||||
name = "Wavebox";
|
name = "Wavebox";
|
||||||
@ -23,7 +23,7 @@ in stdenv.mkDerivation rec {
|
|||||||
name = "wavebox-${version}";
|
name = "wavebox-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/wavebox/waveboxapp/releases/download/v${version}/${tarball}";
|
url = "https://github.com/wavebox/waveboxapp/releases/download/v${version}/${tarball}";
|
||||||
sha256 = "0g77clrxks1ivldq496bg14hv57hm0kjh4g1askxyck69yf8illn";
|
sha256 = "0a89nlrd9xy853sxv7kb2bjcw209254ik15qrcnh0jhb1ckv16wm";
|
||||||
};
|
};
|
||||||
|
|
||||||
# don't remove runtime deps
|
# don't remove runtime deps
|
||||||
|
Loading…
Reference in New Issue
Block a user