uhk-agent: 3.2.0 -> 3.2.1

Diff: https://github.com/UltimateHackingKeyboard/agent/compare/v3.2.0...v3.2.1

Nick Cao 458555c0 65481ecf

+2 -2
+2 -2
pkgs/os-specific/linux/uhk-agent/default.nix
··· 11 12 let 13 pname = "uhk-agent"; 14 - version = "3.2.0"; 15 16 src = fetchurl { 17 url = "https://github.com/UltimateHackingKeyboard/agent/releases/download/v${version}/UHK.Agent-${version}-linux-x86_64.AppImage"; 18 name = "${pname}-${version}.AppImage"; 19 - sha256 = "sha256-YMm84jKtWz5DeGJhBlmo2hlIy4iarEvWylgAWY/itII="; 20 }; 21 22 appimageContents = appimageTools.extract {
··· 11 12 let 13 pname = "uhk-agent"; 14 + version = "3.2.1"; 15 16 src = fetchurl { 17 url = "https://github.com/UltimateHackingKeyboard/agent/releases/download/v${version}/UHK.Agent-${version}-linux-x86_64.AppImage"; 18 name = "${pname}-${version}.AppImage"; 19 + sha256 = "sha256-qAZ92/iN5E+1KGPs6u9Bb6vLfi0Keog/yOcLtnRD7yc="; 20 }; 21 22 appimageContents = appimageTools.extract {