caido: 0.45.1 -> 0.47.1 (#395536)
This commit is contained in:
commit
23cc2e9dc7
@ -15,14 +15,14 @@ let
|
|||||||
"cli"
|
"cli"
|
||||||
"desktop"
|
"desktop"
|
||||||
];
|
];
|
||||||
version = "0.45.1";
|
version = "0.47.1";
|
||||||
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-tudXyf9wwWABMGwfsxaLJtkZPKImlgjzfJJYFtimQOE=";
|
hash = "sha256-T+NOp5UEKcP8slDddQ9vyrrpoZVGEChJ379Da5E7pVw=";
|
||||||
};
|
};
|
||||||
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-meNB1KCtxApsP95476ggL2gbCxu2fdold6BQ2dlZqFc=";
|
hash = "sha256-J2FvEdLy77uO52KNlugZZ+flsraKatXT2n17npMYo9M=";
|
||||||
};
|
};
|
||||||
appimageContents = appimageTools.extractType2 {
|
appimageContents = appimageTools.extractType2 {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
Loading…
Reference in New Issue
Block a user