about summary refs log tree commit diff
path: root/pkgs/applications/networking/termius
diff options
context:
space:
mode:
authorSteven Kou <skykinetic@stevenkou.xyz>2023-09-15 16:25:32 -0400
committerSteven Kou <skykinetic@stevenkou.xyz>2023-09-15 16:25:32 -0400
commit7f6994759fd3bd97ef3ff4e8df9a9868515be3c8 (patch)
tree0d02fa4139357191510b4df4b6ee42c6a7e81463 /pkgs/applications/networking/termius
parentbe81e7ba682bfebfc6b9bb8cac8b39232fecf9ed (diff)
downloadnixlib-7f6994759fd3bd97ef3ff4e8df9a9868515be3c8.tar
nixlib-7f6994759fd3bd97ef3ff4e8df9a9868515be3c8.tar.gz
nixlib-7f6994759fd3bd97ef3ff4e8df9a9868515be3c8.tar.bz2
nixlib-7f6994759fd3bd97ef3ff4e8df9a9868515be3c8.tar.lz
nixlib-7f6994759fd3bd97ef3ff4e8df9a9868515be3c8.tar.xz
nixlib-7f6994759fd3bd97ef3ff4e8df9a9868515be3c8.tar.zst
nixlib-7f6994759fd3bd97ef3ff4e8df9a9868515be3c8.zip
termius: 7.56.1 -> 8.1.2
Diffstat (limited to 'pkgs/applications/networking/termius')
-rw-r--r--pkgs/applications/networking/termius/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/termius/default.nix b/pkgs/applications/networking/termius/default.nix
index dd37e32b36e4..8b0e3e1b6dc1 100644
--- a/pkgs/applications/networking/termius/default.nix
+++ b/pkgs/applications/networking/termius/default.nix
@@ -13,7 +13,7 @@
 
 stdenv.mkDerivation rec {
   pname = "termius";
-  version = "7.56.1";
+  version = "8.1.2";
 
   src = fetchurl {
     # find the latest version with
@@ -22,8 +22,8 @@ stdenv.mkDerivation rec {
     # curl -H 'X-Ubuntu-Series: 16' https://api.snapcraft.io/api/v1/snaps/details/termius-app | jq '.download_url' -r
     # and the sha512 with
     # curl -H 'X-Ubuntu-Series: 16' https://api.snapcraft.io/api/v1/snaps/details/termius-app | jq '.download_sha512' -r
-    url = "https://api.snapcraft.io/api/v1/snaps/download/WkTBXwoX81rBe3s3OTt3EiiLKBx2QhuS_144.snap";
-    sha512 = "aad9ab72ad3dcbb897fa99139b83993770c243f49e8784c34ac38603f0d76578374723e756c4f51ea2d0a39f6b9c7738e7ce070a8ddfa11f8cf831260563f6d9";
+    url = "https://api.snapcraft.io/api/v1/snaps/download/WkTBXwoX81rBe3s3OTt3EiiLKBx2QhuS_167.snap";
+    hash = "sha512-M/cyLfSnoCFJcdGXlA5/kH/MuyRpYcfBoyp6y6KSsTyh8Goq6niGZAQcCdIjNX8KVUvmcTWISsx8so4W5BrkCw==";
   };
 
   desktopItem = makeDesktopItem {