about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@disroot.org>2024-02-04 17:15:23 +0400
committerGitHub <noreply@github.com>2024-02-04 17:15:23 +0400
commit61276c8099fbfc6d6ab72b9b2794cf22e9c9db45 (patch)
tree2eec8c4a1e2c5165cd29ac0646bc4b9ab602926b /pkgs/applications/graphics
parent4ec0020e841be6f186b712fd90e4cad5c40712e1 (diff)
parentf7532825fb1a81b2cf5a8e7766a23da3172b3d8f (diff)
Merge pull request #286011 from r-ryantm/auto-update/goxel
goxel: 0.13.0 -> 0.14.0
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/goxel/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/goxel/default.nix b/pkgs/applications/graphics/goxel/default.nix
index 64b2112b56755..968794ccec666 100644
--- a/pkgs/applications/graphics/goxel/default.nix
+++ b/pkgs/applications/graphics/goxel/default.nix
@@ -3,13 +3,13 @@
 
 stdenv.mkDerivation rec {
   pname = "goxel";
-  version = "0.13.0";
+  version = "0.14.0";
 
   src = fetchFromGitHub {
     owner = "guillaumechereau";
     repo = "goxel";
     rev = "v${version}";
-    hash = "sha256-mB4ln2uIhK/hsX+hUpeZ8H4aumaAUl5vaFkqolJtLRg=";
+    hash = "sha256-ueA0YW2n/DXd9AytDzfPtvtXbvuUm4VDwcdvHWObKxc=";
   };
 
   nativeBuildInputs = [ scons pkg-config wrapGAppsHook ];