Merge staging-next into staging

authored by

nixpkgs-ci[bot] and committed by
GitHub
c52d7c9c 9024fc95

+5 -11
+2 -8
pkgs/development/libraries/agda/cubical/default.nix
··· 6 7 mkDerivation rec { 8 pname = "cubical"; 9 - version = "0.8"; 10 11 src = fetchFromGitHub { 12 repo = pname; 13 owner = "agda"; 14 rev = "v${version}"; 15 - hash = "sha256-KwwN2g2naEo4/rKTz2L/0Guh5LxymEYP53XQzJ6eMjM="; 16 }; 17 - 18 - postPatch = '' 19 - # This imports the Everything files, which we don't generate. 20 - # TODO: remove for the next release 21 - rm -rf Cubical/README.agda Cubical/Talks/EPA2020.agda 22 - ''; 23 24 meta = with lib; { 25 description = "Cubical type theory library for use with the Agda compiler";
··· 6 7 mkDerivation rec { 8 pname = "cubical"; 9 + version = "0.9"; 10 11 src = fetchFromGitHub { 12 repo = pname; 13 owner = "agda"; 14 rev = "v${version}"; 15 + hash = "sha256-Lmzofq2rKFmfsAoH3zIFB2QLeUhFmIO44JsF+dDrubw="; 16 }; 17 18 meta = with lib; { 19 description = "Cubical type theory library for use with the Agda compiler";
+3 -3
pkgs/development/libraries/agda/standard-library/default.nix
··· 7 8 mkDerivation rec { 9 pname = "standard-library"; 10 - version = "2.2-unstable-2025-07-03"; 11 12 src = fetchFromGitHub { 13 repo = "agda-stdlib"; 14 owner = "agda"; 15 - rev = "6f8af9452e7fac27bc3b3ad068793b538f07668e"; 16 - hash = "sha256-LD6KasmQ9ZHRNQJ0N4wjyc6JiSkZpmyqQq9B0Wta1n0="; 17 }; 18 19 passthru.tests = { inherit (nixosTests) agda; };
··· 7 8 mkDerivation rec { 9 pname = "standard-library"; 10 + version = "2.3"; 11 12 src = fetchFromGitHub { 13 repo = "agda-stdlib"; 14 owner = "agda"; 15 + rev = "v${version}"; 16 + hash = "sha256-JOeoek6OfyIk9vwTj5QUJU6LnRzwfiG0e0ysW6zbhZ8="; 17 }; 18 19 passthru.tests = { inherit (nixosTests) agda; };