From 681ac2999cc9fd1f9da3185445043e7f44c2abb1 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sun, 13 Nov 2022 17:51:09 +0100 Subject: [PATCH] Update flake --- flake.lock | 20 ++++++++++---------- flake.nix | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/flake.lock b/flake.lock index de188d3..15d4b30 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "flake-utils": { "locked": { - "lastModified": 1644229661, - "narHash": "sha256-1YdnJAsNy69bpcjuoKdOYQX0YxZBiCYZo4Twxerqv7k=", + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", "owner": "numtide", "repo": "flake-utils", - "rev": "3cecb5b042f7f209c56ffd8371b2711a290ec797", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", "type": "github" }, "original": { @@ -56,16 +56,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1647902355, - "narHash": "sha256-SySJ8IRaogpc/BPOkysA+kzq9URvXthoeKIemaTKCiM=", + "lastModified": 1668189330, + "narHash": "sha256-1JrW+omJ+LguAu9TZgumJ39e28Ratpww8dpsnX3tGqs=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "31aa631dbc496500efd2507baaed39626f6650f2", + "rev": "cb8d3fe07d3592e5d846bce5f7cb5397efe6b206", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-21.11", + "ref": "nixos-22.05", "repo": "nixpkgs", "type": "github" } @@ -73,11 +73,11 @@ "pypi": { "flake": false, "locked": { - "lastModified": 1661761829, - "narHash": "sha256-HmUtNTzLcbf+Tf1V0ibwzzhsvIdeK6NpaPN+JpDiR30=", + "lastModified": 1668327102, + "narHash": "sha256-LNwIk1BgJVrwtQWRAoAx1IaFRVpuMfpTvGx0C83Zr7A=", "owner": "DavHau", "repo": "pypi-deps-db", - "rev": "645422a381528e75b7bfced7bcd3b48fd9707828", + "rev": "82718a1368ff4aa263b36d80a58fbc7085f367cc", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 6b268db..82227f0 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "A Python API for various tools I use at work."; inputs = { - nixpkgs.url = github:NixOS/nixpkgs/nixos-21.11; + nixpkgs.url = github:NixOS/nixpkgs/nixos-22.05; flake-utils = { url = github:numtide/flake-utils; };