nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

elpa: 2022.05.001 -> 2022.11.001

+2 -2
+2 -2
pkgs/development/libraries/elpa/default.nix
··· 18 18 19 19 stdenv.mkDerivation rec { 20 20 pname = "elpa"; 21 - version = "2022.05.001"; 21 + version = "2022.11.001"; 22 22 23 23 passthru = { inherit (blas) isILP64; }; 24 24 25 25 src = fetchurl { 26 26 url = "https://elpa.mpcdf.mpg.de/software/tarball-archive/Releases/${version}/elpa-${version}.tar.gz"; 27 - sha256 = "sha256-IH5vJtZTL7cDc6/D7z04JVITr2He9lnCXa06MOT8o4s="; 27 + sha256 = "sha256-NeOX18CvlbtDvHvvf/8pQlwdpAD6DNhq6NO9L/L52Zk="; 28 28 }; 29 29 30 30 patches = [