caido: 0.50.0 -> 0.50.1

(cherry picked from commit 149109083d)
This commit is contained in:
blackzeshi
2025-07-30 00:21:13 +05:00
committed by Michael Daniels
parent d5ff566703
commit bbc6e664f8

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;