about summary refs log tree commit diff
path: root/pkgs/tools/graphics/graph-cli
diff options
context:
space:
mode:
authorJulien Debon <julien.debon@tweag.io>2023-09-13 17:15:35 +0200
committerJulien Debon <julien.debon@tweag.io>2023-09-13 17:15:35 +0200
commite5f20af132e27f28fadff93d5535034d5e5348ed (patch)
treec28703d4367d070e9afb789ef65611be00e6fc76 /pkgs/tools/graphics/graph-cli
parent8b8ecfa4451bef30f51d6c1db46c441d8e945e9a (diff)
graph-cli: 0.1.18 -> 0.1.19
Diffstat (limited to 'pkgs/tools/graphics/graph-cli')
-rw-r--r--pkgs/tools/graphics/graph-cli/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/graphics/graph-cli/default.nix b/pkgs/tools/graphics/graph-cli/default.nix
index 96ed8e260da5e..dc40939041045 100644
--- a/pkgs/tools/graphics/graph-cli/default.nix
+++ b/pkgs/tools/graphics/graph-cli/default.nix
@@ -6,12 +6,12 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "graph-cli";
-  version = "0.1.18";
+  version = "0.1.19";
 
   src = fetchPypi {
     inherit version;
     pname = "graph_cli";
-    sha256 = "sha256-0mxOc8RJ3GNgSbppLylIViqfYf6zwJ49pltnsyQUpSA=";
+    hash = "sha256-AOfUgeVgcTtuf5IuLYy1zFTBCjWZxu0OiZzUVXDIaSc=";
   };
 
   nativeBuildInputs = [ qt5.wrapQtAppsHook ];