povray: 3.8.0-x.10064738 -> 3.8.0-beta.2
acfef2ea91 updated it to a pre-release,
so let's continue following 3.8.0 prereleases until a stable release.
Diff: https://github.com/POV-Ray/povray/compare/v3.8.0-x.10064738...v3.8.0-beta.2
This commit is contained in:
@@ -16,13 +16,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "povray";
|
||||
version = "3.8.0-x.10064738";
|
||||
version = "3.8.0-beta.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "POV-Ray";
|
||||
repo = "povray";
|
||||
rev = "v${version}";
|
||||
sha256 = "0hy5a3q5092szk2x3s9lpn1zkszgq9bp15rxzdncxlvnanyzsasf";
|
||||
sha256 = "sha256-BsWalXzEnymiRbBfE/gsNyWgAqzbxEzO/EQiJpbwoKs=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ automake autoconf ];
|
||||
|
||||
Reference in New Issue
Block a user