Skip to content

Commit

Permalink
touchosc: 1.2.9.200 -> 1.3.0.202
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 27, 2024
1 parent fd2ac5b commit 559d9a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/audio/touchosc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ in

stdenv.mkDerivation rec {
pname = "touchosc";
version = "1.2.9.200";
version = "1.3.0.202";

suffix = {
aarch64-linux = "linux-arm64";
Expand All @@ -56,9 +56,9 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://hexler.net/pub/${pname}/${pname}-${version}-${suffix}.deb";
hash = {
aarch64-linux = "sha256-JrpwD4xD4t9e3qmBCl6hfHv/InnRBRsYIsNNrxwQojo=";
armv7l-linux = "sha256-8e50jznyHUJt9aL5K/emp0T8VSLdXMuBl6KCMot8kIY=";
x86_64-linux = "sha256-lQi1HFW53LdS6Q86s0exp0WmTMTz4g48yZC73DaM2lo=";
aarch64-linux = "sha256-qsjZ/oo2V6mknrMktuTP188hp57oiPxO/iwp3G57JXU=";
armv7l-linux = "sha256-33SnAYumfnZlxKms3fANt9wRJghaQHUstZbKqTxBF3Q=";
x86_64-linux = "sha256-4SE2iw45sLyapYLCd31xT/aZMTmetsjmgfWFf0FrluI=";
}.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
};

Expand Down

0 comments on commit 559d9a8

Please sign in to comment.