Update librecad2 package to 2.0.7

This commit is contained in:
Svend Sorensen 2015-04-17 22:49:15 -07:00
parent 7200556e5d
commit 9c98c95488
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, qt4, muparser, which, boost, pkgconfig }:
stdenv.mkDerivation {
name = "librecad-2.0.2";
name = "librecad-2.0.7";
src = fetchurl {
url = https://github.com/LibreCAD/LibreCAD/tarball/2.0.2;
name = "librecad-2.0.2.tar.gz";
sha256 = "0a5rs1h4n74d4bnrj91ij6y6wzc8d6nbrg9lfwjx8icjjl6hqikm";
url = https://github.com/LibreCAD/LibreCAD/tarball/2.0.7;
name = "librecad-2.0.7.tar.gz";
sha256 = "0r6d7fk9jl8368rbxzk9rwv0mciw28hlv77z29jf36amc42n6z4d";
};
patchPhase = ''