about summary refs log tree commit diff
path: root/pkgs/applications/networking/termius
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2022-03-05 10:38:10 +0100
committerGitHub <noreply@github.com>2022-03-05 10:38:10 +0100
commitd1c9d2e96d9bd6587871fbaa1d86648b5b7fe248 (patch)
treef2f4a1356f861a98965347924802dee239470a5e /pkgs/applications/networking/termius
parentb93b38970d3bb95c8715313a739c1ea30f7576e2 (diff)
parent1cb346f0b64f05a87aeb7dd7389043f9f2bde2a8 (diff)
Merge pull request #161265 from dxops/patch-1
termius: 7.17.1 -> 7.34.1
Diffstat (limited to 'pkgs/applications/networking/termius')
-rw-r--r--pkgs/applications/networking/termius/default.nix11
1 files changed, 7 insertions, 4 deletions
diff --git a/pkgs/applications/networking/termius/default.nix b/pkgs/applications/networking/termius/default.nix
index e419a35048909..6e9093373c927 100644
--- a/pkgs/applications/networking/termius/default.nix
+++ b/pkgs/applications/networking/termius/default.nix
@@ -8,19 +8,22 @@
 , lib
 , udev
 , wrapGAppsHook
+, libxshmfence
 }:
 
 stdenv.mkDerivation rec {
   pname = "termius";
-  version = "7.17.1";
+  version = "7.34.1";
 
   src = fetchurl {
     # find the latest version with
     # curl -H 'X-Ubuntu-Series: 16' https://api.snapcraft.io/api/v1/snaps/details/termius-app | jq '.version'
     # and the url with
     # curl -H 'X-Ubuntu-Series: 16' https://api.snapcraft.io/api/v1/snaps/details/termius-app | jq '.download_url' -r
-    url = "https://api.snapcraft.io/api/v1/snaps/download/WkTBXwoX81rBe3s3OTt3EiiLKBx2QhuS_81.snap";
-    sha256 = "sha256-jNwWQTjUy8nJ8gHlbP9WgDlARWOhTQAA7KAcQNXKhNg=";
+    # 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_101.snap";
+    sha512 = "7fdd82535fd288277b01fedde4739dc97782236fbf25372efa56114bba676c21277ed96b32a1d46ac86af19925b14935818af50985d43a1307639530db044af4";
   };
 
   desktopItem = makeDesktopItem {
@@ -40,7 +43,7 @@ stdenv.mkDerivation rec {
 
   nativeBuildInputs = [ autoPatchelfHook squashfsTools makeWrapper wrapGAppsHook ];
 
-  buildInputs = atomEnv.packages;
+  buildInputs = atomEnv.packages ++ [ libxshmfence ];
 
   unpackPhase = ''
     runHook preUnpack