mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
povray: 3.7.0.8 -> 3.8.0-x.10064738
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/povray/versions
This commit is contained in:
parent
e8a8ad192b
commit
acfef2ea91
1 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "povray";
|
||||
version = "3.7.0.8";
|
||||
version = "3.8.0-x.10064738";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "POV-Ray";
|
||||
repo = "povray";
|
||||
rev = "v${version}";
|
||||
sha256 = "1q114n4m3r7qy3yn954fq7p46rg7ypdax5fazxr9yj1jklf1lh6z";
|
||||
sha256 = "0hy5a3q5092szk2x3s9lpn1zkszgq9bp15rxzdncxlvnanyzsasf";
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue