Upgrade nixpkgs to enable linkcheck in CI

This commit is contained in:
Wolfgang Walther
2021-06-03 16:55:10 +02:00
committed by Wolfgang Walther
parent 07cc6547ee
commit 574e57d01a
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -42,4 +42,4 @@ workflows:
jobs: jobs:
- build - build
- spellcheck - spellcheck
- linkcheck
+3 -3
View File
@@ -1,9 +1,9 @@
let let
# Commit of the Nixpkgs repository that we want to use. # Commit of the Nixpkgs repository that we want to use.
nixpkgsVersion = { nixpkgsVersion = {
date = "2021-04-04"; date = "2021-06-02";
rev = "c0e881852006b132236cbf0301bd1939bb50867e"; rev = "84aa23742f6c72501f9cc209f29c438766f5352d";
tarballHash = "0fy7z7yxk5n7yslsvx5cyc6h21qwi4bhxf3awhirniszlbvaazy2"; tarballHash = "0h7xl6q0yjrbl9vm3h6lkxw692nm8bg3wy65gm95a2mivhrdjpxp";
}; };
# Nix files that describe the Nixpkgs repository. We evaluate the expression # Nix files that describe the Nixpkgs repository. We evaluate the expression