Skip to content

Commit

Permalink
Merge pull request #39768 from r-ryantm/auto-update/goxel
Browse files Browse the repository at this point in the history
goxel: 0.7.3 -> 0.8.0
  • Loading branch information
xeji committed May 1, 2018
2 parents 59490ae + 67b3dcd commit 70b1657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/goxel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
name = "goxel-${version}";
version = "0.7.3";
version = "0.8.0";

src = fetchFromGitHub {
owner = "guillaumechereau";
repo = "goxel";
rev = "v${version}";
sha256 = "114s1pbv3ixc2gzkg7n927hffd6ly5gg59izw4z6drgjcdhd7xj9";
sha256 = "01022c43pmwiqb18rx9fz08xr99h6p03gw6bp0lay5z61g3xkz17";
};

nativeBuildInputs = [ scons pkgconfig wrapGAppsHook ];
Expand Down

0 comments on commit 70b1657

Please sign in to comment.