Unverified Commit 9f257b61 authored by dish's avatar dish Committed by GitHub
Browse files

termius: 9.28.0 -> 9.32.2 (#449175)

parents e85fb9ce 8b988b43
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@

stdenv.mkDerivation rec {
  pname = "termius";
  version = "9.28.0";
  revision = "234";
  version = "9.32.2";
  revision = "240";

  src = fetchurl {
    # find the latest version with
@@ -28,7 +28,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-2zGt4nL8E99s4J9vmzKoOGgEI3XnEx3m7JwFkWuT5wYv/JWoJWnh9dNWlHzRHPpLU8/lAZUG2F4AVYCmPGa96A==";
    hash = "sha512-TPfQ413zbnuKAhflLZPvLeVdrqdUEi+I/inWAs8SJ1j8rYW1TrHDyMB8S/HpWboRWXmUhPHulNXfGpHKUu453Q==";
  };

  desktopItem = makeDesktopItem {