caido: 0.50.0 -> 0.50.1

This commit is contained in:
blackzeshi 2025-07-30 00:21:13 +05:00 committed by GitHub
parent 3cd0113c05
commit 149109083d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,14 +15,14 @@ let
"cli"
"desktop"
];
version = "0.50.0";
version = "0.50.1";
cli = fetchurl {
url = "https://caido.download/releases/v${version}/caido-cli-v${version}-linux-x86_64.tar.gz";
hash = "sha256-Hb+Ul/DAK+ciay4N56r/lX4q43u0gWrJv5o03rmoqhk=";
hash = "sha256-mHB0nyU0nQg7duPcQf3NNz5vcnIfZcPLkAc+LoWdH58=";
};
desktop = fetchurl {
url = "https://caido.download/releases/v${version}/caido-desktop-v${version}-linux-x86_64.AppImage";
hash = "sha256-GLEtAm2XQCYjgYeZpQUTd46sPbsxdDoanLBYNpHT1Do=";
hash = "sha256-mVK/valleYH3qZdxRBCbmC7MTEE/Cn6MJwZviMgHL08=";
};
appimageContents = appimageTools.extractType2 {
inherit pname version;