aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";
};