File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616
1717stdenv . mkDerivation rec {
1818 pname = "termius" ;
19- version = "9.14.0 " ;
20- revision = "214 " ;
19+ version = "9.15.2 " ;
20+ revision = "216 " ;
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-jnQXsmKrdL7OldmzSzriD6U8lMgme0Ya9aA/OPuc74DkRM9SJkI09XaXz03pZLVDKlWByAN9f+j1P0s5fvbkdA ==" ;
30+ hash = "sha512-BbO/DMQOlUYm0Y7PLxgfRhRfWoZds8f6M2rizswlwF8x3EqT+A1ZoWYAbWJ0KSeU5o/ZTQoVD8VldqkS2AVoMw ==" ;
3131 } ;
3232
3333 desktopItem = makeDesktopItem {
You can’t perform that action at this time.
0 commit comments