We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c28da commit 58d2510Copy full SHA for 58d2510
pkgs/development/python-modules/dissect-esedb/default.nix
@@ -12,7 +12,7 @@
12
13
buildPythonPackage rec {
14
pname = "dissect-esedb";
15
- version = "3.15";
+ version = "3.16";
16
pyproject = true;
17
18
disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
21
owner = "fox-it";
22
repo = "dissect.esedb";
23
tag = version;
24
- hash = "sha256-FuJZambygHBBDxmHk2bZ3oJiuB4ca9aduSXqxiBQWIA=";
+ hash = "sha256-jLv62/3U89sbmcHAA2YYwVPLlLj85nMn4PRE565ppw4=";
25
};
26
27
nativeBuildInputs = [
0 commit comments