wavebox: 4.7.1 -> 4.7.3
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
This commit is contained in:
parent
213d6dd6ac
commit
a57e53d0b6
@ -8,7 +8,7 @@ with stdenv.lib;
|
|||||||
let
|
let
|
||||||
bits = "x86_64";
|
bits = "x86_64";
|
||||||
|
|
||||||
version = "4.7.1";
|
version = "4.7.3";
|
||||||
|
|
||||||
desktopItem = makeDesktopItem rec {
|
desktopItem = makeDesktopItem rec {
|
||||||
name = "Wavebox";
|
name = "Wavebox";
|
||||||
@ -25,7 +25,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 = "0kyi84wdvd5363vx7bhss3cmc8kfdkrs6h8q51hscrja3qabp0bg";
|
sha256 = "1yg2lib4h5illz0ss4hvr78s4v1cjbxlczjzaw6bqigyk95smm23";
|
||||||
};
|
};
|
||||||
|
|
||||||
# don't remove runtime deps
|
# don't remove runtime deps
|
||||||
|
Loading…
x
Reference in New Issue
Block a user