caido: 0.45.1 -> 0.47.1, add blackzeshi as maintainer

This commit is contained in:
blackzeshi
2025-03-23 22:35:16 +05:00
committed by GitHub
parent 619ca22510
commit e61e1aaadc
+4 -3
View File
@@ -15,14 +15,14 @@ let
"cli"
"desktop"
];
version = "0.45.1";
version = "0.47.1";
cli = fetchurl {
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 {
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 {
inherit pname version;
@@ -70,6 +70,7 @@ let
maintainers = with lib.maintainers; [
octodi
d3vil0p3r
blackzeshi
];
platforms = [ "x86_64-linux" ];
};