Skip to content

Commit

Permalink
sonivox: 3.6.14 -> 3.6.15 (NixOS#366091)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Dec 22, 2024
2 parents d053ff4 + 6c1f0c1 commit 7792c52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/so/sonivox/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
pname = "sonivox";
version = "3.6.14";
version = "3.6.15";

src = fetchFromGitHub {
owner = "pedrolcl";
repo = pname;
rev = "v${version}";
hash = "sha256-4IlxXa9D65tGu8W5TXF9qoM/IEP9im0vbdde2SnZyX4=";
hash = "sha256-k+EhhLFp+ehptjDS8ZHvo5tfFxmSCA2lFTjkWFLi+cs=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 7792c52

Please sign in to comment.