openimageio: using tagged version as src url instead of (moving) branch

This commit is contained in:
Attila Sztupak 2014-09-26 11:44:02 +01:00
parent 1cd727180e
commit 4a9f541a86

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
name = "oiio-${version}";
version = "1.4";
version = "1.4.13";
src = fetchurl {
url = "https://github.com/OpenImageIO/oiio/archive/RB-${version}.zip";
sha256 = "0ldj3hwpz363l1zyzf6c62wc5d2cpbiszlpjvv5w6rrsx2ddbbn1";
url = "https://github.com/OpenImageIO/oiio/archive/Release-${version}.zip";
sha256 = "1idscm2qqdjgv362l7xk9v162axji7hqh7xdnd3i0wcxwjpgygca";
};
buildInputs = [