Skip to content

Commit

Permalink
Merge pull request #57501 from r-ryantm/auto-update/wavebox
Browse files Browse the repository at this point in the history
wavebox: 4.7.1 -> 4.7.3
  • Loading branch information
markuskowa committed Mar 17, 2019
2 parents 9889339 + a57e53d commit 4c268dc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ with stdenv.lib;
let
bits = "x86_64";

version = "4.7.1";
version = "4.7.3";

desktopItem = makeDesktopItem rec {
name = "Wavebox";
Expand All @@ -25,7 +25,7 @@ in stdenv.mkDerivation rec {
name = "wavebox-${version}";
src = fetchurl {
url = "https://github.com/wavebox/waveboxapp/releases/download/v${version}/${tarball}";
sha256 = "0kyi84wdvd5363vx7bhss3cmc8kfdkrs6h8q51hscrja3qabp0bg";
sha256 = "1yg2lib4h5illz0ss4hvr78s4v1cjbxlczjzaw6bqigyk95smm23";
};

# don't remove runtime deps
Expand Down

0 comments on commit 4c268dc

Please sign in to comment.