Skip to content

Commit 860666c

Browse files
authored
termius: 9.13.1 -> 9.14.0 (#382966)
2 parents 7d45ccb + 999d2ca commit 860666c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/te/termius/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
stdenv.mkDerivation rec {
1818
pname = "termius";
19-
version = "9.13.1";
20-
revision = "213";
19+
version = "9.14.0";
20+
revision = "214";
2121

2222
src = fetchurl {
2323
# find the latest version with
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
2727
# and the sha512 with
2828
# curl -H 'X-Ubuntu-Series: 16' https://api.snapcraft.io/api/v1/snaps/details/termius-app | jq '.download_sha512' -r
2929
url = "https://api.snapcraft.io/api/v1/snaps/download/WkTBXwoX81rBe3s3OTt3EiiLKBx2QhuS_${revision}.snap";
30-
hash = "sha512-GF5ZC4t3f54Rwqet9g4McB0h+sBg/+VpZ57IKVKC25T442gAEkdhTwQdqf2kJ+V74PsqdpZJk61rh21EusOi5w==";
30+
hash = "sha512-jnQXsmKrdL7OldmzSzriD6U8lMgme0Ya9aA/OPuc74DkRM9SJkI09XaXz03pZLVDKlWByAN9f+j1P0s5fvbkdA==";
3131
};
3232

3333
desktopItem = makeDesktopItem {

0 commit comments

Comments
 (0)