caido: 0.51.0 -> 0.52.0 (#447140)

authored by pyrox.dev and committed by GitHub deba4ae9 ba268650

+3 -3
+3 -3
pkgs/by-name/ca/caido/package.nix
··· 15 15 "cli" 16 16 "desktop" 17 17 ]; 18 - version = "0.51.0"; 18 + version = "0.52.0"; 19 19 cli = fetchurl { 20 20 url = "https://caido.download/releases/v${version}/caido-cli-v${version}-linux-x86_64.tar.gz"; 21 - hash = "sha256-xMA7Q2VS73xG8/b3jAVz/HMmh8024nOxjcoh6bo/Cws="; 21 + hash = "sha256-gxB5GeJXTrPDGRXxKV3kdYQ0VgmmIeO8rggRPQlTDqw="; 22 22 }; 23 23 desktop = fetchurl { 24 24 url = "https://caido.download/releases/v${version}/caido-desktop-v${version}-linux-x86_64.AppImage"; 25 - hash = "sha256-kkwwaVqk2DGmnEM8ZQrCvhTSreT4HoiZ1rhheyqZfec="; 25 + hash = "sha256-ANCMHJTeH0UyJvCpslbxc0I3BbfPfR7kr4UISWeo2ec="; 26 26 }; 27 27 appimageContents = appimageTools.extractType2 { 28 28 inherit pname version;