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:
Francesco Gazzetta
2024-05-21 09:16:52 +00:00
parent a90936ac46
commit bc4e19a570
+2 -2
View File
@@ -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 ];