autopsy: 4.21.0 -> 4.22.1

This commit is contained in:
Antonio
2025-12-30 23:12:04 +01:00
committed by D3v
parent fec5cc9057
commit 0265086496
+3 -3
View File
@@ -18,11 +18,11 @@ let
in
stdenv.mkDerivation rec {
pname = "autopsy";
version = "4.21.0";
version = "4.22.1";
src = fetchzip {
url = "https://github.com/sleuthkit/autopsy/releases/download/autopsy-${version}/autopsy-${version}.zip";
hash = "sha256-32iOQA3+ykltCYW/MpqCVxyhh3mm6eYzY+t0smAsWRw=";
url = "https://github.com/sleuthkit/autopsy/releases/download/autopsy-${version}/autopsy-${version}_v2.zip";
hash = "sha256-IHpUzwSXoghjixsPwpj3lMwHIby3+zx7BjzGRlAVcVs=";
};
nativeBuildInputs = [