We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b932c31 commit ae3ac94Copy full SHA for ae3ac94
pkgs/by-name/wa/wavebox/package.nix
@@ -156,11 +156,11 @@ let
156
in
157
stdenv.mkDerivation (finalAttrs: {
158
pname = "wavebox";
159
- version = "10.136.15-2";
+ version = "10.137.9-2";
160
161
src = fetchurl {
162
url = "https://download.wavebox.app/stable/linux/deb/amd64/wavebox_${finalAttrs.version}_amd64.deb";
163
- hash = "sha256-VY8SIFg4aN5dH3CXB6r/mv1lh2KWNSPDHZkNFXptQJo=";
+ hash = "sha256-knJKdBegAeC2xQWnkdvx2Xyyfr3Q9uHaXlD62PnMngs=";
164
};
165
166
nativeBuildInputs = [
0 commit comments