aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilan Pässler <milan@petabyte.dev>2021-01-02 17:53:31 +0100
committerMilan Pässler <milan@petabyte.dev>2021-01-02 17:53:31 +0100
commitd8d25a60f8373361af30cbf138556414056a6402 (patch)
tree99deaf9b6567831e90ee4f6eeb7a6d2c7affda5c
parent53a9f091f8cf9362a95c12130daa1f69ddff036c (diff)
update nixpkgs
-rw-r--r--flake.lock10
-rw-r--r--flake.nix2
2 files changed, 6 insertions, 6 deletions
diff --git a/flake.lock b/flake.lock
index dcfe647d911c..841c1df0818b 100644
--- a/flake.lock
+++ b/flake.lock
@@ -2,15 +2,15 @@
"nodes": {
"nixpkgs": {
"locked": {
- "lastModified": 1604414673,
- "narHash": "sha256-Z8yNdN5G17J8Ro9Go9LGN5NtEwL2oleZAZkEhdC4q7I=",
- "owner": "nixos",
+ "lastModified": 1609604674,
+ "narHash": "sha256-9311Liy+1rgONWYcRZcjBqofY4vYTBRcbXZkqcYwjzk=",
+ "owner": "NixOS",
"repo": "nixpkgs",
- "rev": "a9f4945fa4e0ec655554149e82bdac935c9ba747",
+ "rev": "071eb8b265793098468fd321e5c6900eec149910",
"type": "github"
},
"original": {
- "owner": "nixos",
+ "owner": "NixOS",
"ref": "master",
"repo": "nixpkgs",
"type": "github"
diff --git a/flake.nix b/flake.nix
index 6864f3840909..26baaee9fc38 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,7 +1,7 @@
{
inputs.nixpkgs = {
type = "github";
- owner = "nixos";
+ owner = "NixOS";
repo = "nixpkgs";
ref = "master";
};