Skip to content

Commit

Permalink
libctemplate : update URL for downloading source
Browse files Browse the repository at this point in the history
(cherry picked from commit 16227c7)
Signed-off-by: Domen Kožar <domen@dev.si>
  • Loading branch information
Karn Kallio authored and domenkozar committed Sep 19, 2016
1 parent 4e72d95 commit 9c94798
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/libraries/libctemplate/default.nix
@@ -1,13 +1,13 @@
{ stdenv, fetchsvn, python }:
{ stdenv, fetchurl, python }:

stdenv.mkDerivation rec {
name = "ctemplate-${version}";

version = "2.3";

src = fetchsvn {
url = "http://ctemplate.googlecode.com/svn/tags/${name}";
sha256 = "1kvh82mhazf4qz7blnv0rcax7vi524dmz6v6rp89z2h3qjilbvc7";
src = fetchurl {
url = "https://github.com/OlafvdSpek/ctemplate/archive/ctemplate-${version}.tar.gz";
sha256 = "0mi5g2xlws10z1g4x0cj6kd1r673kkav35pgzyqxa1w47xnwprcr";
};

buildInputs = [ python ];
Expand Down

0 comments on commit 9c94798

Please sign in to comment.