summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2023-10-23 11:05:00 +0900
committerGitHub <noreply@github.com>2023-10-23 11:05:00 +0900
commit12473a1f47784c61474de9f6f1e68265e0f05a81 (patch)
tree53f50e1152aea0ffaf4df8cc4456ad9cd5bd4d5e /pkgs/applications
parent1814f163a0af0499cad21a5882d907c063506a2f (diff)
parent7ca950c4742656c408294720c881f84851590cb0 (diff)
downloadnixpkgs-12473a1f47784c61474de9f6f1e68265e0f05a81.tar
nixpkgs-12473a1f47784c61474de9f6f1e68265e0f05a81.tar.gz
nixpkgs-12473a1f47784c61474de9f6f1e68265e0f05a81.tar.bz2
nixpkgs-12473a1f47784c61474de9f6f1e68265e0f05a81.tar.lz
nixpkgs-12473a1f47784c61474de9f6f1e68265e0f05a81.tar.xz
nixpkgs-12473a1f47784c61474de9f6f1e68265e0f05a81.tar.zst
nixpkgs-12473a1f47784c61474de9f6f1e68265e0f05a81.zip
Merge pull request #262449 from r-ryantm/auto-update/touchosc
touchosc: 1.2.1.171 -> 1.2.4.180
Diffstat (limited to 'pkgs/applications')
-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 82a5220d7dd..3d6917b58df 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.2.1.171";
+  version = "1.2.4.180";
 
   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-lIm+X+znIp80cbVb8KEkeZwiMkTsqdRLAfI+3a9BgfY=";
-      armv7l-linux  = "sha256-kghoaLQ3aEIytdmxlmVXPuZWBwg/A3Y3NL2WSmHKxMM=";
-      x86_64-linux  = "sha256-iRab2H+TYpGcUBB/x2/M4NuupWLjvt4EvyMc5cfWyeo=";
+      aarch64-linux = "sha256-Z3vHcfimchshFTRbSsVhAw4DJPetZF59zyAnnbQ3YAM=";
+      armv7l-linux  = "sha256-KUA6UFenEVme0AMuE69dR13RfYSGAd9GEdikh3DS0ko=";
+      x86_64-linux  = "sha256-3RA+piRJ4UE4tPYALaifENJg7+0BZDmSwS36VJiEn8Q=";
     }.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
   };