Unverified Commit 55ee8196 authored by Felix Bühler's avatar Felix Bühler Committed by GitHub
Browse files

termius: 9.14.0 -> 9.15.2 (#386509)

parents ee6ad1aa 40f691e0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,8 +16,8 @@

stdenv.mkDerivation rec {
  pname = "termius";
  version = "9.14.0";
  revision = "214";
  version = "9.15.2";
  revision = "216";

  src = fetchurl {
    # find the latest version with
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
    # 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_${revision}.snap";
    hash = "sha512-jnQXsmKrdL7OldmzSzriD6U8lMgme0Ya9aA/OPuc74DkRM9SJkI09XaXz03pZLVDKlWByAN9f+j1P0s5fvbkdA==";
    hash = "sha512-BbO/DMQOlUYm0Y7PLxgfRhRfWoZds8f6M2rizswlwF8x3EqT+A1ZoWYAbWJ0KSeU5o/ZTQoVD8VldqkS2AVoMw==";
  };

  desktopItem = makeDesktopItem {