Skip to content

Commit 476bcb4

Browse files
authored
caido: 0.41.0 -> 0.42.0 (#348127)
2 parents 4ad6e6f + bcd74f3 commit 476bcb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ca/caido/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ let
1515
"cli"
1616
"desktop"
1717
];
18-
version = "0.41.0";
18+
version = "0.42.0";
1919
cli = fetchurl {
2020
url = "https://caido.download/releases/v${version}/caido-cli-v${version}-linux-x86_64.tar.gz";
21-
hash = "sha256-aQhax0efp5L3JNqGsOWsoO6z5pVVc/rxlz+5mvZoPNU=";
21+
hash = "sha256-Y0ygbdL9IKvTRLwR0oW1LjFQZfPxKOoZnSDV2zgtJjM=";
2222
};
2323
desktop = fetchurl {
2424
url = "https://caido.download/releases/v${version}/caido-desktop-v${version}-linux-x86_64.AppImage";
25-
hash = "sha256-DgXxOOWaLJG1h1nB+mkw77APh06WiJo9V9ZFCiWeha8=";
25+
hash = "sha256-zS/lbcXK1iN2tuUMWc6Us0q2eUypD8mXsw0C+QKE3+w=";
2626
};
2727
appimageContents = appimageTools.extractType2 {
2828
inherit pname version;

0 commit comments

Comments
 (0)