summary refs log tree commit diff
path: root/pkgs/applications/graphics/goxel/default.nix
diff options
context:
space:
mode:
authorWill Dietz <github@wdtz.org>2019-04-06 05:19:43 -0500
committerTimo Kaufmann <timokau@zoho.com>2019-04-06 10:19:43 +0000
commit66cfe5802e9eff9aaa952bca5ea4e1f392ca83ec (patch)
tree72e2e44f17abd11bff56e747e48af4edb63eb268 /pkgs/applications/graphics/goxel/default.nix
parent1889be45ce939250cb2dc3536d4b32f7cd2204aa (diff)
downloadnixpkgs-66cfe5802e9eff9aaa952bca5ea4e1f392ca83ec.tar
nixpkgs-66cfe5802e9eff9aaa952bca5ea4e1f392ca83ec.tar.gz
nixpkgs-66cfe5802e9eff9aaa952bca5ea4e1f392ca83ec.tar.bz2
nixpkgs-66cfe5802e9eff9aaa952bca5ea4e1f392ca83ec.tar.lz
nixpkgs-66cfe5802e9eff9aaa952bca5ea4e1f392ca83ec.tar.xz
nixpkgs-66cfe5802e9eff9aaa952bca5ea4e1f392ca83ec.tar.zst
nixpkgs-66cfe5802e9eff9aaa952bca5ea4e1f392ca83ec.zip
goxel: 0.8.2 -> 0.8.3 (#59032)
Diffstat (limited to 'pkgs/applications/graphics/goxel/default.nix')
-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 71ee715b535..371abafbe72 100644
--- a/pkgs/applications/graphics/goxel/default.nix
+++ b/pkgs/applications/graphics/goxel/default.nix
@@ -3,13 +3,13 @@
 
 stdenv.mkDerivation rec {
   name = "goxel-${version}";
-  version = "0.8.2";
+  version = "0.8.3";
 
   src = fetchFromGitHub {
     owner = "guillaumechereau";
     repo = "goxel";
     rev = "v${version}";
-    sha256 = "14rycn6sd3wp90c9ghpif1al3rv1fdgvhmpldmwap0pk790kfxs1";
+    sha256 = "03hyy0i65zdplggaxlndgyvffvnb9g5kvxq2qbicirvz5zcsghk2";
   };
 
   patches = [ ./disable-imgui_ini.patch ];