···8989 which introduced some breaking changes to the experimental OCI
9090 manifest format. See
9191 <link xlink:href="https://github.com/helm/community/blob/main/hips/hip-0006.md">HIP
9292- 6</link> for more details.
9292+ 6</link> for more details. <literal>helmfile</literal> also
9393+ defaults to 0.141.0, which is the minimum compatible version.
9394 </para>
9495 </listitem>
9596 <listitem>
+1
nixos/doc/manual/release-notes/rl-2111.section.md
···3131- Pantheon desktop has been updated to version 6. Due to changes of screen locker, if locking doesn't work for you, please try `gsettings set org.gnome.desktop.lockdown disable-lock-screen false`.
32323333- `kubernetes-helm` now defaults to 3.7.0, which introduced some breaking changes to the experimental OCI manifest format. See [HIP 6](https://github.com/helm/community/blob/main/hips/hip-0006.md) for more details.
3434+ `helmfile` also defaults to 0.141.0, which is the minimum compatible version.
34353536- GNOME has been upgraded to 41. Please take a look at their [Release Notes](https://help.gnome.org/misc/release-notes/41.0/) for details.
3637
···77 specify the native dependencies correctly the first time.
88 (Might be nice to ensure the cache directories exist)
993. Add native libraries and whatever else is needed to quicklisp-to-nix-overrides.nix.
1010+ If libraries are needed during package analysis then add them to shell.nix, too.
10114. Sometimes there are problems with loading implementation-provided systems.
1112 In this case you might need to add more systems in the implementation's (so
1213 SBCL's) entry into *implementation-systems* in quicklisp-to-nix/system-info.lisp
···22args @ { fetchurl, ... }:
33rec {
44 baseName = "closer-mop";
55- version = "20210411-git";
55+ version = "20210807-git";
6677 description = "Closer to MOP is a compatibility layer that rectifies many of the absent or incorrect CLOS MOP features across a broad range of Common Lisp implementations.";
8899 deps = [ ];
10101111 src = fetchurl {
1212- url = "http://beta.quicklisp.org/archive/closer-mop/2021-04-11/closer-mop-20210411-git.tgz";
1313- sha256 = "0pynql962m2z7wqnmd51a2xm3wsqvgfxcq9maw2br0zs0icys236";
1212+ url = "http://beta.quicklisp.org/archive/closer-mop/2021-08-07/closer-mop-20210807-git.tgz";
1313+ sha256 = "1b3h6fw4wh11brmvi9p0j50zynbp7bgbhshcbngmd0ffdpinkh15";
1414 };
15151616 packageName = "closer-mop";
···2020}
2121/* (SYSTEM closer-mop DESCRIPTION
2222 Closer to MOP is a compatibility layer that rectifies many of the absent or incorrect CLOS MOP features across a broad range of Common Lisp implementations.
2323- SHA256 0pynql962m2z7wqnmd51a2xm3wsqvgfxcq9maw2br0zs0icys236 URL
2424- http://beta.quicklisp.org/archive/closer-mop/2021-04-11/closer-mop-20210411-git.tgz
2525- MD5 05b05d98ad294f8bd6f9779d04cc848a NAME closer-mop FILENAME closer-mop
2626- DEPS NIL DEPENDENCIES NIL VERSION 20210411-git SIBLINGS NIL PARASITES NIL) */
2323+ SHA256 1b3h6fw4wh11brmvi9p0j50zynbp7bgbhshcbngmd0ffdpinkh15 URL
2424+ http://beta.quicklisp.org/archive/closer-mop/2021-08-07/closer-mop-20210807-git.tgz
2525+ MD5 02b29c503d823ca9701b231c23bbd3cd NAME closer-mop FILENAME closer-mop
2626+ DEPS NIL DEPENDENCIES NIL VERSION 20210807-git SIBLINGS NIL PARASITES NIL) */