summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortilpner <till@hoeppner.ws>2020-01-07 08:26:00 +0100
committertilpner <till@hoeppner.ws>2020-01-07 08:26:00 +0100
commite9f87bd30b8a716204641085a52b84ab950674ee (patch)
treee95197d27bcdc7620df0deb19d266a08ddf9c82d
parentMerge pull request #77177 from petabyteboy/feature/loaof-deprecation (diff)
downloadnixpkgs-e9f87bd30b8a716204641085a52b84ab950674ee.tar.gz
goxel: 0.10.0 -> 0.10.5
-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 e870df4bc6ef..84fdb60c31ef 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.10.0";
+ version = "0.10.5";
src = fetchFromGitHub {
owner = "guillaumechereau";
repo = "goxel";
rev = "v${version}";
- sha256 = "1mdw4bs7hvfn0yngd9ial5wzlfkcbhr3wzldb1w7s3s48agixkdr";
+ sha256 = "1b63jqryq19qa81g1ml6d85f27wj1ci3h56r02cl9xn8di5p674f";
};
patches = [ ./disable-imgui_ini.patch ];