about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-05-24 11:31:21 +0200
committerGitHub <noreply@github.com>2023-05-24 11:31:21 +0200
commit42ecd8bd9609bdbec5c5fa93c641c98326f6c0d5 (patch)
tree1f20c4a0f1b13dbe03c27eeb851a2c96e28df1c3 /pkgs/applications/audio
parente4946679eb6634e18943a38bc4acb144dbb8de63 (diff)
parentb59730dbc699535fe2c1eac4809b11bf4fd5e75c (diff)
Merge pull request #233704 from lilyinstarlight/upd/touchosc-1.2.0
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/touchosc/default.nix12
1 files changed, 5 insertions, 7 deletions
diff --git a/pkgs/applications/audio/touchosc/default.nix b/pkgs/applications/audio/touchosc/default.nix
index 2e755dab50482..97d87d5b224c7 100644
--- a/pkgs/applications/audio/touchosc/default.nix
+++ b/pkgs/applications/audio/touchosc/default.nix
@@ -45,25 +45,23 @@ in
 
 stdenv.mkDerivation rec {
   pname = "touchosc";
-  version = "1.1.9.163";
+  version = "1.2.0.166";
 
   suffix = {
     aarch64-linux = "linux-arm64";
     armv7l-linux  = "linux-armhf";
-    x86_64-linux  = "linux-x86_64";
+    x86_64-linux  = "linux-x64";
   }.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
 
   src = fetchurl {
     url = "https://hexler.net/pub/${pname}/${pname}-${version}-${suffix}.deb";
     hash = {
-      aarch64-linux = "sha256-LhF0pgMRbEXeLt5g56VBNuCssaTjsczx/+C76ckmGZo=";
-      armv7l-linux  = "sha256-T4AzXIbhO6fNN8xDFwz6M2lSH6hLgNjVyDsSt8m+Mr4=";
-      x86_64-linux  = "sha256-LJ36kHx8PPzfLpJMx1ANSmifS84saCQ8pF0quhgzdt0=";
+      aarch64-linux = "sha256-EhAjGbAFRL0Jz7yVmrvSdkpb5ZoLq+q7t0S6jfatcWU=";
+      armv7l-linux  = "sha256-CM18dhFLrWS+7FCwGZWeDxa7AmyQOGjuJcP3V/xA9D0=";
+      x86_64-linux  = "sha256-v3kjrOyIKz+G+6UGHxZrkl/AuTsGP2R5GDyliLoydBU=";
     }.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
   };
 
-  unpackCmd = "mkdir root; dpkg-deb -x $curSrc root";
-
   strictDeps = true;
 
   nativeBuildInputs = [