about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-03-08 09:41:58 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2024-03-08 09:41:58 +0100
commit41d06ca709cc5ae39956889eaf1b38c1b1c4d508 (patch)
tree0fa26da69e9bcb037717f0eb3507bcc54c16701b
parenta9193936322242f11b9fccbb95a72c8fd587ce84 (diff)
python311Packages.dissect-regf: 3.8 -> 3.9
Diff: https://github.com/fox-it/dissect.regf/compare/refs/tags/3.8...3.9

Changelog: https://github.com/fox-it/dissect.regf/releases/tag/3.9
-rw-r--r--pkgs/development/python-modules/dissect-regf/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/dissect-regf/default.nix b/pkgs/development/python-modules/dissect-regf/default.nix
index a2050fe6bd3c0..8f8ae56b383d7 100644
--- a/pkgs/development/python-modules/dissect-regf/default.nix
+++ b/pkgs/development/python-modules/dissect-regf/default.nix
@@ -11,7 +11,7 @@
 
 buildPythonPackage rec {
   pname = "dissect-regf";
-  version = "3.8";
+  version = "3.9";
   pyproject = true;
 
   disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
     owner = "fox-it";
     repo = "dissect.regf";
     rev = "refs/tags/${version}";
-    hash = "sha256-4tKu7oPkpNcWr2XJvZg94yZZcbTeeXBphPCLoZYzg6U=";
+    hash = "sha256-NLhZnStcJCtXMBkayLjvuG7aK2aN3sWGZaPKVXIoRew=";
   };
 
   nativeBuildInputs = [