Skip to content

Commit

Permalink
termius: 9.9.0 -> 9.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 9, 2025
1 parent 27b07cf commit 19eb282
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/te/termius/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

stdenv.mkDerivation rec {
pname = "termius";
version = "9.9.0";
revision = "211";
version = "9.12.0";
revision = "212";

src = fetchurl {
# find the latest version with
Expand All @@ -26,7 +26,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-7oaVWe0H4y3tiSD8Cgj14fEaJQj3ekoczJjv5JvrU5I9ylRoe8XHNqD0MwOYFIpICyyKfoj0UonyVgggGLUq5A==";
hash = "sha512-w2dp/iwwYsR7LVk7O4FtktctX39lMNufrtTSaRjWq59bIalvPM2mC3DDs1zhsEq1EmKsY+uVsAgsDPMG7bCRUw==";
};

desktopItem = makeDesktopItem {
Expand Down

0 comments on commit 19eb282

Please sign in to comment.