Rename plowshare-git to plowshare

wip/yesman
Alexander Foremny 12 years ago committed by Eelco Dolstra
parent 156e1f1e1f
commit 29d3112ee9
  1. 4
      pkgs/tools/misc/plowshare/default.nix

@ -4,10 +4,10 @@ stdenv.mkDerivation rec {
name = "plowshare-${version}";
version = "git20120916";
version = "20120916";
src = fetchurl {
url = "http://plowshare.googlecode.com/files/plowshare-snapshot-${version}.tar.gz";
url = "http://plowshare.googlecode.com/files/plowshare-snapshot-git${version}.tar.gz";
sha256 = "eccdb28d49ac47782abc8614202b3a88426cd587371641ecf2ec008880dc6067";
};

Loading…
Cancel
Save