From d8d25a60f8373361af30cbf138556414056a6402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20P=C3=A4ssler?= Date: Sat, 2 Jan 2021 17:53:31 +0100 Subject: update nixpkgs --- flake.lock | 10 +++++----- flake.nix | 2 +- 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"; }; -- cgit v1.2.3