flake.lock: update nixpkgs, fix cryptography vendor hash

Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/2ff53fe64443980e139eaa286017f53f88336dd0' (2025-02-13)
  → 'github:NixOS/nixpkgs/0196c0175e9191c474c26ab5548db27ef5d34b05' (2025-02-24)
This commit is contained in:
WilliButz 2025-02-24 18:40:35 +01:00
parent 543e15bee6
commit c79e9b7810
No known key found for this signature in database
GPG key ID: AB05DF703EB9DC70
2 changed files with 11 additions and 11 deletions

6
flake.lock generated
View file

@ -118,11 +118,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1739446958, "lastModified": 1740367490,
"narHash": "sha256-+/bYK3DbPxMIvSL4zArkMX0LQvS7rzBKXnDXLfKyRVc=", "narHash": "sha256-WGaHVAjcrv+Cun7zPlI41SerRtfknGQap281+AakSAw=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2ff53fe64443980e139eaa286017f53f88336dd0", "rev": "0196c0175e9191c474c26ab5548db27ef5d34b05",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -54,14 +54,14 @@ pkgs: [
final.hatch-fancy-pypi-readme final.hatch-fancy-pypi-readme
]; ];
}); });
#cryptography = prev.cryptography.overridePythonAttrs (oA: { cryptography = prev.cryptography.overridePythonAttrs (oA: {
# cargoDeps = pkgs.rustPlatform.fetchCargoTarball { cargoDeps = pkgs.rustPlatform.fetchCargoVendor {
# src = oA.src; src = oA.src;
# sourceRoot = "${oA.pname}-${oA.version}/src/rust"; sourceRoot = "${oA.pname}-${oA.version}";
# name = "${oA.pname}-${oA.version}"; name = "${oA.pname}-${oA.version}";
# sha256 = "sha256-PgxPcFocEhnQyrsNtCN8YHiMptBmk1PUhEDQFdUR1nU="; hash = "sha256-hjfSjmwd/mylVZKyXsj/pP2KvAGDpfthuT+w219HAiA=";
# }; };
#}); });
dnspython = prev.dnspython.overrideAttrs (oA: { dnspython = prev.dnspython.overrideAttrs (oA: {
buildInputs = oA.buildInputs ++ [ buildInputs = oA.buildInputs ++ [
final.hatchling final.hatchling