Unverified Commit 3120cb9c authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

termius: 9.19.1 -> 9.19.4 (#406613)

parents 7c7342b9 f71cf182
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.19.1";
  revision = "222";
  version = "9.19.4";
  revision = "225";

  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-WwFXunaA7hERnOl1ZKxLC0QR2ZdBkvJBdBDRcNDDzAnBqHOdu9TibqXKdUk11CbE5j/q+ak9DoavemK2s3MKKg==";
    hash = "sha512-lArp7yoQrQKc84zh8/EdLv5FuKbwQka9uy1JgeZzA7kbZzV3evcpav67HNSqp+BhUxp9ViD8TK1USGViJN5Tpg==";
  };

  desktopItem = makeDesktopItem {