Merge pull request #66783 from r-ryantm/auto-update/agda-stdlib
AgdaStdlib: 1.0.1 -> 1.1
This commit is contained in:
commit
9128a9d9a7
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, agda, fetchFromGitHub, ghcWithPackages }:
|
{ stdenv, agda, fetchFromGitHub, ghcWithPackages }:
|
||||||
|
|
||||||
agda.mkDerivation (self: rec {
|
agda.mkDerivation (self: rec {
|
||||||
version = "1.0.1";
|
version = "1.1";
|
||||||
name = "agda-stdlib-${version}";
|
name = "agda-stdlib-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
repo = "agda-stdlib";
|
repo = "agda-stdlib";
|
||||||
owner = "agda";
|
owner = "agda";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0ia7mgxs5g9849r26yrx07lrx65vhlrxqqh5b6d69gfi1pykb4j2";
|
sha256 = "190bxsy92ffmvwpmyyg3lxs91vyss2z25rqz1w79gkj56484cy64";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ (ghcWithPackages (self : [ self.filemanip ])) ];
|
nativeBuildInputs = [ (ghcWithPackages (self : [ self.filemanip ])) ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user