agdaPackages.cubical: 0.8 -> 0.9 (#430565)

This commit is contained in:
Vladimír Čunát
2025-08-13 19:04:34 +02:00
@@ -6,21 +6,15 @@
mkDerivation rec {
pname = "cubical";
version = "0.8";
version = "0.9";
src = fetchFromGitHub {
repo = pname;
owner = "agda";
rev = "v${version}";
hash = "sha256-KwwN2g2naEo4/rKTz2L/0Guh5LxymEYP53XQzJ6eMjM=";
hash = "sha256-Lmzofq2rKFmfsAoH3zIFB2QLeUhFmIO44JsF+dDrubw=";
};
postPatch = ''
# This imports the Everything files, which we don't generate.
# TODO: remove for the next release
rm -rf Cubical/README.agda Cubical/Talks/EPA2020.agda
'';
meta = with lib; {
description = "Cubical type theory library for use with the Agda compiler";
homepage = src.meta.homepage;