mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
termius: 9.19.4 -> 9.20.0
This commit is contained in:
parent
affb6b1b65
commit
9b0f238bd4
1 changed files with 3 additions and 3 deletions
|
@ -16,8 +16,8 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "termius";
|
||||
version = "9.19.4";
|
||||
revision = "225";
|
||||
version = "9.20.0";
|
||||
revision = "226";
|
||||
|
||||
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-lArp7yoQrQKc84zh8/EdLv5FuKbwQka9uy1JgeZzA7kbZzV3evcpav67HNSqp+BhUxp9ViD8TK1USGViJN5Tpg==";
|
||||
hash = "sha512-e+czt4ZoXirtRV63uL4Mc3DFcq3/XRxU7R7wyd/EZBtZOb5uW0CT84u9v3b8xM/0jJyY3ZQBR4lJS05vuXvzpw==";
|
||||
};
|
||||
|
||||
desktopItem = makeDesktopItem {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue