lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #268140 from NickCao/uhk-agent

uhk-agent: 3.2.0 -> 3.2.1

authored by

Nick Cao and committed by
GitHub
653e323f 70d0292e

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