chez-srfi: switch to fetchFromGitHub
This commit is contained in:
parent
013d4cc072
commit
5e75661708
1 changed files with 5 additions and 4 deletions
|
@ -1,13 +1,14 @@
|
||||||
{ stdenv, lib, fetchgit, chez }:
|
{ stdenv, lib, fetchFromGitHub, chez }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "chez-srfi";
|
pname = "chez-srfi";
|
||||||
version = "1.0";
|
version = "1.0";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchFromGitHub {
|
||||||
url = "https://github.com/fedeinthemix/chez-srfi.git";
|
owner = "fedeinthemix";
|
||||||
|
repo = "chez-srfi";
|
||||||
rev = "5770486c2a85d0e3dd4ac62a97918e7c394ea507";
|
rev = "5770486c2a85d0e3dd4ac62a97918e7c394ea507";
|
||||||
sha256 = "1s47v7b7w0ycd2g6gyv8qbzmh4jjln5iday8n9l3m996ns8is9zj";
|
sha256 = "sha256-8icdkbYmpTpossirFoulUhJY/8Jo+2eeaMwDftbZh+g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ chez ];
|
buildInputs = [ chez ];
|
||||||
|
|
Loading…
Reference in a new issue