Skip to content

Commit

Permalink
librecad: 2.0.10 -> 2.1.3 (#20720)
Browse files Browse the repository at this point in the history
  • Loading branch information
svend authored and zimbatm committed Nov 26, 2016
1 parent 956e3de commit 3ae052b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/librecad/default.nix
@@ -1,13 +1,13 @@
{ stdenv, fetchurl, qt4, qmake4Hook, muparser, which, boost, pkgconfig }:

stdenv.mkDerivation rec {
version = "2.0.10";
version = "2.1.3";
name = "librecad-${version}";

src = fetchurl {
url = "https://github.com/LibreCAD/LibreCAD/tarball/${version}";
name = name + ".tar.gz";
sha256 = "13jr0zkirnnpkbx8ysh7j6sh2psxi1dg7ncfjqzyxrcr2b270rcj";
sha256 = "1czp8bja61hfav2m7184cq1np1n76w3w6vn0hlkp81hhz9zc62sx";
};

patchPhase = ''
Expand Down

0 comments on commit 3ae052b

Please sign in to comment.