Merge pull request #51755 from r-ryantm/auto-update/wavebox

wavebox: 4.4.0 -> 4.5.3
This commit is contained in:
Jörg Thalheim 2018-12-09 00:34:07 +00:00 committed by GitHub
commit a2aa3dc0bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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