termius: 9.16.0 -> 9.17.1 (#393546)

authored by h7x4 and committed by GitHub b98b14df 1db9f4ce

+3 -3
+3 -3
pkgs/by-name/te/termius/package.nix
··· 16 17 stdenv.mkDerivation rec { 18 pname = "termius"; 19 - version = "9.16.0"; 20 - revision = "217"; 21 22 src = fetchurl { 23 # find the latest version with ··· 27 # and the sha512 with 28 # curl -H 'X-Ubuntu-Series: 16' https://api.snapcraft.io/api/v1/snaps/details/termius-app | jq '.download_sha512' -r 29 url = "https://api.snapcraft.io/api/v1/snaps/download/WkTBXwoX81rBe3s3OTt3EiiLKBx2QhuS_${revision}.snap"; 30 - hash = "sha512-N/CCY3IRup2RCnLrMRNsM0drmiKnwfSpbNi6RTf/rp2Z95S8AJUV7rjGQzl/Wi9KgmYOdIes708N4Zn2rGl+Lg=="; 31 }; 32 33 desktopItem = makeDesktopItem {
··· 16 17 stdenv.mkDerivation rec { 18 pname = "termius"; 19 + version = "9.17.1"; 20 + revision = "218"; 21 22 src = fetchurl { 23 # find the latest version with ··· 27 # and the sha512 with 28 # curl -H 'X-Ubuntu-Series: 16' https://api.snapcraft.io/api/v1/snaps/details/termius-app | jq '.download_sha512' -r 29 url = "https://api.snapcraft.io/api/v1/snaps/download/WkTBXwoX81rBe3s3OTt3EiiLKBx2QhuS_${revision}.snap"; 30 + hash = "sha512-KmBBE+0gNq85Kb9ouynXTkC7mcTvYOMeBaW3jjBN1IK2hoCIELrwkypFWfhpPNuo2e3GA30haql0tRZ1LU/JMg=="; 31 }; 32 33 desktopItem = makeDesktopItem {