about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOPNA2608 <christoph.neidahl@gmail.com>2023-03-27 18:57:46 +0200
committerOPNA2608 <christoph.neidahl@gmail.com>2023-03-27 18:57:46 +0200
commit406e24aa197caad8ecb1e417615761520a8b928b (patch)
treed0a70c961f6f12fb8362d0058b71e6d3b4da113b
parenta7d4c1713ce4c6140aa45506bfd1ae5bcc6f7f86 (diff)
corrscope: 0.8.0 -> 0.8.1
-rw-r--r--pkgs/applications/video/corrscope/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/applications/video/corrscope/default.nix b/pkgs/applications/video/corrscope/default.nix
index c254ab6957d9b..d84d86436a837 100644
--- a/pkgs/applications/video/corrscope/default.nix
+++ b/pkgs/applications/video/corrscope/default.nix
@@ -9,23 +9,23 @@
 
 mkDerivationWith python3Packages.buildPythonApplication rec {
   pname = "corrscope";
-  version = "0.8.0";
+  version = "0.8.1";
   format = "pyproject";
 
   src = fetchFromGitHub {
     owner = "corrscope";
     repo = "corrscope";
     rev = version;
-    sha256 = "1wdla4ryif1ss37aqi61lcvzddvf568wyh5s3xv1lrryh4al9vpd";
+    sha256 = "sha256-pS7upOYZAjgR3lWxny8TNZEj3Rrbg+L90ANZWFO9UPQ=";
   };
 
   pythonRelaxDeps = [ "attrs" ];
 
   nativeBuildInputs = [
-    python3Packages.pythonRelaxDepsHook
     wrapQtAppsHook
   ] ++ (with python3Packages; [
     poetry-core
+    pythonRelaxDepsHook
   ]);
 
   buildInputs = [
@@ -35,6 +35,7 @@ mkDerivationWith python3Packages.buildPythonApplication rec {
 
   propagatedBuildInputs = with python3Packages; [
     appdirs
+    appnope
     atomicwrites
     attrs
     click