diff options
author | stuebinm | 2021-06-23 23:14:56 +0200 |
---|---|---|
committer | stuebinm | 2021-06-24 02:15:41 +0200 |
commit | e5f476b8088aeb399f9a89ec63882dd92754ee9a (patch) | |
tree | 26e0e995f3583090ef61cf63b8b6b7cbc81fe896 /nix/sources.json | |
parent | 3c2f588cd95593bdbf7743a3f58321ddbac17038 (diff) |
nixpkgs 20.09 → nixpkgs 21.05
Since pleroma is in nixpkgs 21.05, this requires some reshuffling to
keep the unstable version of pleroma (otherwise the database versions
are not compatible, and pleroma does not like database downgrades).
Additionally, hedgedoc's database has been moved to a postgres user who
is actually called hedgedoc.
Diffstat (limited to '')
-rw-r--r-- | nix/sources.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nix/sources.json b/nix/sources.json index b61f355..3fa638d 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -12,15 +12,15 @@ "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" }, "nixpkgs": { - "branch": "release-20.09", + "branch": "release-21.05", "description": "Nix Packages collection", "homepage": "", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d6a5be86b6adf99d0c853331460c6736785bfaaf", - "sha256": "0lsfrid5g880yqq5vqcbp0n61pgc9z25fbvzb0a8akrbn87jzjjl", + "rev": "e4fe40fc56e5b4622c375a9aaac19b4b8138563b", + "sha256": "0n95mn4azq11y6gkn7sicayklmjh4my21fl11z7lmm5dw4psnm9z", "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/d6a5be86b6adf99d0c853331460c6736785bfaaf.tar.gz", + "url": "https://github.com/NixOS/nixpkgs/archive/e4fe40fc56e5b4622c375a9aaac19b4b8138563b.tar.gz", "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" }, "nixpkgs-unstable": { |