Skip to content

Commit

Permalink
wavebox: 10.128.5-2 -> 10.128.7-2 (#341987)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Sep 17, 2024
2 parents 0433842 + 276333a commit 51a8ff1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "wavebox";
version = "10.128.5-2";
version = "10.128.7-2";

src = fetchurl {
url = "https://download.wavebox.app/stable/linux/deb/amd64/wavebox_${finalAttrs.version}_amd64.deb";
hash = "sha256-eIiFiRlmnARtyd8YHUHrjDaaF8kQYvcOa2AwT3071Ho=";
hash = "sha256-MRMN/xVs80u3MfdQfALhPW7dpTZrjsVhMjEN/zl7K+U=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 51a8ff1

Please sign in to comment.