AgdaStdlib: 0.16 -> 0.16.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/agda-stdlib/versions
This commit is contained in:
parent
f9197b9f63
commit
7c5bc4fb92
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, agda, fetchFromGitHub, ghcWithPackages }:
|
{ stdenv, agda, fetchFromGitHub, ghcWithPackages }:
|
||||||
|
|
||||||
agda.mkDerivation (self: rec {
|
agda.mkDerivation (self: rec {
|
||||||
version = "0.16";
|
version = "0.16.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 = "0kqfx6742vbyyr8glqm5bkvj0z0y0dkaajlw10p3pzidrc17767r";
|
sha256 = "17dv5r3ygmbwwh7k8qaffp2965sv165b47i53ymc0gbfcwr6cy2n";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ (ghcWithPackages (self : [ self.filemanip ])) ];
|
nativeBuildInputs = [ (ghcWithPackages (self : [ self.filemanip ])) ];
|
||||||
|
Loading…
Reference in New Issue
Block a user