caido: 0.48.1 -> 0.49.0
This commit is contained in:
parent
0c2bffc943
commit
e795b424aa
@ -15,14 +15,14 @@ let
|
|||||||
"cli"
|
"cli"
|
||||||
"desktop"
|
"desktop"
|
||||||
];
|
];
|
||||||
version = "0.48.1";
|
version = "0.49.0";
|
||||||
cli = fetchurl {
|
cli = fetchurl {
|
||||||
url = "https://caido.download/releases/v${version}/caido-cli-v${version}-linux-x86_64.tar.gz";
|
url = "https://caido.download/releases/v${version}/caido-cli-v${version}-linux-x86_64.tar.gz";
|
||||||
hash = "sha256-UdeC3BZmQVUdWmwQTC27ptF0+lZgCXpF8yXaf8Bjpbo=";
|
hash = "sha256-pPFTN/KjwZZXJvFHttw3dQr7AQnIIEkyxlsWEx61Kbc=";
|
||||||
};
|
};
|
||||||
desktop = fetchurl {
|
desktop = fetchurl {
|
||||||
url = "https://caido.download/releases/v${version}/caido-desktop-v${version}-linux-x86_64.AppImage";
|
url = "https://caido.download/releases/v${version}/caido-desktop-v${version}-linux-x86_64.AppImage";
|
||||||
hash = "sha256-4KQpgO8Cb+TkKuDOK+bAE0nOhlwjkSUVXLHJmHaj6NQ=";
|
hash = "sha256-bvK2SdFrIpX/cJghwW0QJ6wkTndRIZZ3qf7dHqeZTgY=";
|
||||||
};
|
};
|
||||||
appimageContents = appimageTools.extractType2 {
|
appimageContents = appimageTools.extractType2 {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user