about summary refs log tree commit diff
path: root/pkgs/applications/graphics/goxel
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-03 09:16:54 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-03 09:16:54 +0000
commitf7532825fb1a81b2cf5a8e7766a23da3172b3d8f (patch)
treee17999065c5ed63c0425dab97015e4328aca7055 /pkgs/applications/graphics/goxel
parent8f2659f142636164b94165df1b396bbf92b23de0 (diff)
goxel: 0.13.0 -> 0.14.0
Diffstat (limited to 'pkgs/applications/graphics/goxel')
-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 ];