about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-12-23 08:40:40 -0500
committerGitHub <noreply@github.com>2023-12-23 08:40:40 -0500
commit62a483280dd5d3a63e523d54939341ee62ec5b7c (patch)
tree7599ff8220461154b05e0f2cdce428f3edc9a4b5 /pkgs/applications/graphics
parent716df2e80a282226a6a80d0f74e2437e55e36a54 (diff)
parent0a7681ba34c47ae217366b726578c9a550f6eb39 (diff)
Merge pull request #273466 from foo-dogsquared/update-halftone
halftone: 0.3.1 -> 0.5.0
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/halftone/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/halftone/default.nix b/pkgs/applications/graphics/halftone/default.nix
index 2d90583142407..16859b94a7b61 100644
--- a/pkgs/applications/graphics/halftone/default.nix
+++ b/pkgs/applications/graphics/halftone/default.nix
@@ -15,13 +15,13 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "halftone";
-  version = "0.3.1";
+  version = "0.5.0";
 
   src = fetchFromGitHub {
     owner = "tfuxu";
     repo = pname;
     rev = version;
-    hash = "sha256-hUaI5omYUa5Fq95N0FqJJe+WVoRWkANy0/mmaURWIzg=";
+    hash = "sha256-Yh3LxeO90N45LSefV1RZoO+8C0TUmFELzXaaQ1rCo2o=";
   };
 
   format = "other";