Update nixpkgs to nixos-20.09-small to get openssl fixes for CVE-2021-3449 and CVE-2021-3450
Eelco Dolstra committed
Mar 26, 2021 at 12:40 UTC
417169e59e2fb652623adccd9db544bd2a206994
2 files changed
+5
-5
delft/flake.lock
+4
-4
@@ -127,16 +127,16 @@
127
},
128
"nixpkgs_3": {
129
"locked": {
130
- "lastModified": 1613772719,
131
- "narHash": "sha256-jZ6KiCOaDOZJHMDFnBO1fHPrDqDUmOkihPWXavyGa98=",
130
+ "lastModified": 1616681818,
131
+ "narHash": "sha256-u7STk84VJcSJYPr2gb7oHvGUpbajxTuHwtkBHfMRYxw=",
132
"owner": "NixOS",
133
"repo": "nixpkgs",
134
- "rev": "38eaa62f28384bc5f6c394e2a99bd6a4913fc71f",
134
+ "rev": "223d0d733a66b46504ea6b4c15f88b7cc4db58fb",
135
"type": "github"
136
},
137
"original": {
138
"id": "nixpkgs",
139
- "ref": "nixos-20.09",
139
+ "ref": "nixos-20.09-small",
140
"type": "indirect"
141
}
142
},
delft/flake.nix
+1
-1
@@ -1,6 +1,6 @@
1
{
2
#inputs.nixpkgs.url = "/home/deploy/src/edolstra-nixpkgs"; # toString ../../edolstra-nixpkgs; # = "nixpkgs/release-19.09";
3
- inputs.nixpkgs.url = "nixpkgs/nixos-20.09";
3
+ inputs.nixpkgs.url = "nixpkgs/nixos-20.09-small";
4
inputs.nix.follows = "hydra/nix";
5
6
outputs = flakes @ { self, nixpkgs, nix, hydra, dwarffs }: {