lol

termius: 9.8.5 -> 9.9.0 (#363686)

authored by

Wolfgang Walther and committed by
GitHub
65150a96 fa9c7a6a

+3 -3
+3 -3
pkgs/by-name/te/termius/package.nix
··· 15 15 16 16 stdenv.mkDerivation rec { 17 17 pname = "termius"; 18 - version = "9.8.5"; 19 - revision = "208"; 18 + version = "9.9.0"; 19 + revision = "211"; 20 20 21 21 src = fetchurl { 22 22 # find the latest version with ··· 26 26 # and the sha512 with 27 27 # curl -H 'X-Ubuntu-Series: 16' https://api.snapcraft.io/api/v1/snaps/details/termius-app | jq '.download_sha512' -r 28 28 url = "https://api.snapcraft.io/api/v1/snaps/download/WkTBXwoX81rBe3s3OTt3EiiLKBx2QhuS_${revision}.snap"; 29 - hash = "sha512-Kdw3TiVDX3vXxlNxBT2Lhg0QMjO712XVFF7RqaYVZ//iirk+DLGgkefMJC5sN/Y0Fc1Vciw0AazpXxbtkL8n2Q=="; 29 + hash = "sha512-7oaVWe0H4y3tiSD8Cgj14fEaJQj3ekoczJjv5JvrU5I9ylRoe8XHNqD0MwOYFIpICyyKfoj0UonyVgggGLUq5A=="; 30 30 }; 31 31 32 32 desktopItem = makeDesktopItem {