touchosc: 1.3.0.202 -> 1.3.1.204

+4 -4
+4 -4
pkgs/applications/audio/touchosc/default.nix
··· 45 46 stdenv.mkDerivation rec { 47 pname = "touchosc"; 48 - version = "1.3.0.202"; 49 50 suffix = { 51 aarch64-linux = "linux-arm64"; ··· 56 src = fetchurl { 57 url = "https://hexler.net/pub/${pname}/${pname}-${version}-${suffix}.deb"; 58 hash = { 59 - aarch64-linux = "sha256-qsjZ/oo2V6mknrMktuTP188hp57oiPxO/iwp3G57JXU="; 60 - armv7l-linux = "sha256-33SnAYumfnZlxKms3fANt9wRJghaQHUstZbKqTxBF3Q="; 61 - x86_64-linux = "sha256-4SE2iw45sLyapYLCd31xT/aZMTmetsjmgfWFf0FrluI="; 62 }.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); 63 }; 64
··· 45 46 stdenv.mkDerivation rec { 47 pname = "touchosc"; 48 + version = "1.3.1.204"; 49 50 suffix = { 51 aarch64-linux = "linux-arm64"; ··· 56 src = fetchurl { 57 url = "https://hexler.net/pub/${pname}/${pname}-${version}-${suffix}.deb"; 58 hash = { 59 + aarch64-linux = "sha256-uSXCgwJUEQZDKPAHDT4kKcvkBg9c+T0nrpvYW8jG8Kg="; 60 + armv7l-linux = "sha256-dG5BF8n66YCYCZzc1pLf2qpMLmbv6lfVZYfgry25jQ0="; 61 + x86_64-linux = "sha256-R07kTuwsfe6WhGpHeyZS/HydDUSH6AByx0pJu/i40xE="; 62 }.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); 63 }; 64