about summary refs log tree commit diff
path: root/pkgs/applications/audio/touchosc
diff options
context:
space:
mode:
authorLily Foster <lily@lily.flowers>2022-10-21 15:38:56 +0000
committerLily Foster <lily@lily.flowers>2022-10-21 11:40:05 -0400
commit6e8a52e8b6c68bfc94adaa619c5f3037fac1b643 (patch)
tree6b2cba64ca5531a2fe121d7a00d38cd1b72ba1a0 /pkgs/applications/audio/touchosc
parent9ae845e3bf139905fedc55e629a127937f34ef80 (diff)
touchosc: 1.1.5.145 → 1.1.6.150
Diffstat (limited to 'pkgs/applications/audio/touchosc')
-rw-r--r--pkgs/applications/audio/touchosc/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/audio/touchosc/default.nix b/pkgs/applications/audio/touchosc/default.nix
index 8d3d29bbf8e1e..dff52d125704a 100644
--- a/pkgs/applications/audio/touchosc/default.nix
+++ b/pkgs/applications/audio/touchosc/default.nix
@@ -45,7 +45,7 @@ in
 
 stdenv.mkDerivation rec {
   pname = "touchosc";
-  version = "1.1.5.145";
+  version = "1.1.6.150";
 
   suffix = {
     aarch64-linux = "linux-arm64";
@@ -56,9 +56,9 @@ stdenv.mkDerivation rec {
   src = fetchurl {
     url = "https://hexler.net/pub/${pname}/${pname}-${version}-${suffix}.deb";
     hash = {
-      aarch64-linux = "sha256-3qbr9dveeDqP9psZNyN520B2JuG/R9yvpYX9CdqR7TI=";
-      armv7l-linux  = "sha256-wns0hb+5s7cEbV+4crUWRJ1yU3pl1N0NJ0GWmM4Uvos=";
-      x86_64-linux  = "sha256-LsrR46Epc8x0KTc2lbVN1rbb5KZXYTG8oygJ1BmsCC8=";
+      aarch64-linux = "sha256-sYkAFyXnmzgSzo68OF0oiv8tUvY+g1WCcY783OZO+RM=";
+      armv7l-linux  = "sha256-GWpYW1262plxIzPVzBEh4Z3fQIhSmy0N9xAgwnjXrQE=";
+      x86_64-linux  = "sha256-LUWlLEsTUqVoWAkjXC/zOziPqO85H8iIlwJU7eqLRcY=";
     }.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
   };