Skip to content

Commit

Permalink
tonelib-metal: 1.1.0 -> 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
orivej committed Mar 20, 2023
1 parent 96f6f7c commit 1dd90bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/audio/tonelib-metal/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@

stdenv.mkDerivation rec {
pname = "tonelib-metal";
version = "1.1.0";
version = "1.2.6";

src = fetchurl {
url = "https://www.tonelib.net/download/220218/ToneLib-Metal-amd64.deb";
sha256 = "sha256-F5EKwNQ9f/kdZLFI+QDZHvwevV/vDnxMdSmT/vnX6ug=";
url = "https://tonelib.net/download/221222/ToneLib-Metal-amd64.deb";
sha256 = "sha256-G80EKAsXomdk8GsnNyvjN8shz3YMKhqdWWYyVB7xTsU=";
};

nativeBuildInputs = [ autoPatchelfHook dpkg ];
Expand Down

0 comments on commit 1dd90bc

Please sign in to comment.