mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
reptyr: version 0.5
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
927ed152f4
commit
e43130d379
@ -1,11 +1,11 @@
|
||||
{stdenv, fetchgit}:
|
||||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "0.4";
|
||||
version = "0.5";
|
||||
name = "reptyr-${version}";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/nelhage/reptyr.git";
|
||||
rev = "refs/tags/${name}";
|
||||
sha256 = "2d2814c210e4bde6f9bcf3aa20477287d7e4a5aa7ee09110b37d2eaaf7e5ecae";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/nelhage/reptyr/archive/reptyr-${version}.tar.gz";
|
||||
sha256 = "077cvjjf534nxh7qqisw27a0wa61mdgyik43k50f8v090rggz2xm";
|
||||
};
|
||||
makeFlags = ["PREFIX=$(out)"];
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user