Skip to content

Commit

Permalink
Merge pull request #131 from aforemny/plowshare
Browse files Browse the repository at this point in the history
Plowshare
  • Loading branch information
peti committed Sep 27, 2012
2 parents bed0328 + d73b697 commit 0cd82f1
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pkgs/tools/misc/plowshare/default.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{ stdenv, fetchurl, makeWrapper, curl }:

let
stdenv.mkDerivation rec {

v = "20120807";
name = "plowshare-${version}";

in stdenv.mkDerivation {

name = "plowshare-git${v}";
version = "git20120916";

src = fetchurl {
url = "http://plowshare.googlecode.com/files/plowshare-snapshot-git${v}.tar.gz";
sha256 = "0clryfssaa4rjvsy760p51ppq1275lwvhm9jh3g4mi973xv4n8si";
url = "http://plowshare.googlecode.com/files/plowshare-snapshot-${version}.tar.gz";
sha256 = "eccdb28d49ac47782abc8614202b3a88426cd587371641ecf2ec008880dc6067";
};

buildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 0cd82f1

Please sign in to comment.