tulip: 5.1.0 -> 5.2.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/tulip/versions
This commit is contained in:
parent
ffbb4d26f9
commit
187ec1a8c6
@ -1,13 +1,13 @@
|
||||
{ fetchurl, stdenv, libxml2, freetype, libGLU_combined, glew, qt4
|
||||
, cmake, makeWrapper, libjpeg, python }:
|
||||
|
||||
let version = "5.1.0"; in
|
||||
let version = "5.2.1"; in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "tulip-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/auber/${name}_src.tar.gz";
|
||||
sha256 = "1i70y8b39gkpxfalr9844pa3l4bnnyw5y7ngxdqibil96k2b9q9h";
|
||||
sha256 = "0bqmqy6sri87a8xv5xf7ffaq5zin4hiaa13g0l64b84i7yckfwky";
|
||||
};
|
||||
|
||||
buildInputs = [ libxml2 freetype glew libGLU_combined qt4 libjpeg python ];
|
||||
|
Loading…
Reference in New Issue
Block a user