about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-03-11 06:27:47 +0100
committerGitHub <noreply@github.com>2024-03-11 06:27:47 +0100
commitb401d8042310c9d7943a1badd4ad045f5ab522a8 (patch)
tree5e8065609a8ca395cf42bbfc814b4b14f0f5eccf
parent6c8c40aac36e184e8d1c6c7553c82e99ce404648 (diff)
parent434e4065af7f8439c6af7ca7a2a08ba04488acac (diff)
Merge pull request #294746 from r-ryantm/auto-update/python311Packages.dissect-executable
python311Packages.dissect-executable: 1.4 -> 1.5
-rw-r--r--pkgs/development/python-modules/dissect-executable/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/dissect-executable/default.nix b/pkgs/development/python-modules/dissect-executable/default.nix
index 7b3757d0f3ad5..8511b2df94485 100644
--- a/pkgs/development/python-modules/dissect-executable/default.nix
+++ b/pkgs/development/python-modules/dissect-executable/default.nix
@@ -10,8 +10,8 @@
 
 buildPythonPackage rec {
   pname = "dissect-executable";
-  version = "1.4";
-  format = "pyproject";
+  version = "1.5";
+  pyproject = true;
 
   disabled = pythonOlder "3.7";
 
@@ -19,7 +19,7 @@ buildPythonPackage rec {
     owner = "fox-it";
     repo = "dissect.executable";
     rev = "refs/tags/${version}";
-    hash = "sha256-h9eOTWJR0Bd3DY8WDYWqLCl1jYJcqP6cRTgWubf/rKI=";
+    hash = "sha256-aAalU0TUqXc13WnxJvirG3QzQyMstecOfnXMdFT8IzU=";
   };
 
   nativeBuildInputs = [