tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.dissect-target: 3.22 -> 3.23.1
R. Ryantm
7 months ago
1fbf5d55
40c7c335
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
dissect-target
default.nix
+2
-2
pkgs/development/python-modules/dissect-target/default.nix
reviewed
···
45
45
46
46
buildPythonPackage rec {
47
47
pname = "dissect-target";
48
48
-
version = "3.22";
48
48
+
version = "3.23.1";
49
49
pyproject = true;
50
50
51
51
disabled = pythonOlder "3.9";
···
54
54
owner = "fox-it";
55
55
repo = "dissect.target";
56
56
tag = version;
57
57
-
hash = "sha256-N7GxaXQj7mrTOsNGek4ZZlVF9GH/rm5CFKpYFMLJw8k=";
57
57
+
hash = "sha256-WOFtDFCN3OfhEjfhEgwtJN/tQVRGvd2RMQzcKtf0atU=";
58
58
fetchLFS = true;
59
59
};
60
60