mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
idrisPackages.semidirect: 2018-02-06 -> 2018-07-02, fix build
This commit is contained in:
parent
0ca2744df3
commit
ef0073410d
@ -6,15 +6,15 @@
|
||||
}:
|
||||
build-idris-package {
|
||||
name = "semidirect";
|
||||
version = "2018-02-06";
|
||||
version = "2018-07-02";
|
||||
|
||||
idrisDeps = [ contrib patricia ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "clayrat";
|
||||
repo = "idris-semidirect";
|
||||
rev = "884c26c095784f8fd489c323d6673f2a8710a741";
|
||||
sha256 = "0w36xkfxsqm6r91f0vs6qpmallrfwa09ql8i317xwm86nfk7akj9";
|
||||
rev = "e19c58f7a25c53bba2ab058821e038bae3c093d2";
|
||||
sha256 = "0182r9z34kbv3l78pw4qf48ng3hqj4sqzy53074mb0b2c3pikcrl";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user