summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-04-18 14:48:13 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-04-18 14:48:13 +0200
commit4183f37355f04deb7d2de9dfbc66df1c67a9dde0 (patch)
treeb134f8d56a82979b0016bf93c7d82d66704a6675
parent26b9bb56b803986576793e8fa00210507eeed7a5 (diff)
chore(nixpkgs-pinned): bump to nixos-unstable 2021-04-17
-rw-r--r--nix/nixpkgs-pinned.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nix/nixpkgs-pinned.nix b/nix/nixpkgs-pinned.nix
index b6cd399..f680446 100644
--- a/nix/nixpkgs-pinned.nix
+++ b/nix/nixpkgs-pinned.nix
@@ -1,5 +1,5 @@
 import (builtins.fetchTarball {
-  # nixpkgs master 2020-10-14
-  url = "https://github.com/nixos/nixpkgs/archive/59a13254622de447eb638d1c6ff35e82d5c4e74b.tar.gz";
-  sha256 = "14db4ysc1mgmdbxlqyxdcj2q183g2wj0lh4jkrwdn5yi8chvg413";
+  # nixpkgs master 2021-04-17
+  url = "https://github.com/nixos/nixpkgs/archive/e5cc06a1e806070693add4f231060a62b962fc44.tar.gz";
+  sha256 = "04543i332fx9m7jf6167ac825s4qb8is0d0x0pz39il979mlc87v";
 })