Skip to content

Commit

Permalink
wavebox: 4.5.10 -> 4.7.1
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wavebox/versions
  • Loading branch information
r-ryantm committed Feb 15, 2019
1 parent 53a73b0 commit c851289
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.5.10";
version = "4.7.1";

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 = "0863x3gyzzbm6qs26j821b4iy596cc2h7ppdj6hq5rgr7c01ac9k";
sha256 = "0kyi84wdvd5363vx7bhss3cmc8kfdkrs6h8q51hscrja3qabp0bg";
};

# don't remove runtime deps
Expand Down

0 comments on commit c851289

Please sign in to comment.