From 02a4786a7ea50e6b4e22ed65283ca42c81ac3fde Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Fri, 8 Dec 2023 22:49:05 +0100 Subject: [PATCH] chore --- modules/netcup-dns.nix | 4 ++-- nix/sources.json | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/modules/netcup-dns.nix b/modules/netcup-dns.nix index 8a2d2de..2052f20 100644 --- a/modules/netcup-dns.nix +++ b/modules/netcup-dns.nix @@ -5,12 +5,12 @@ let ( buildPythonPackage rec { pname = "netcup-dns"; - version = "0.2.0"; + version = "0.2.2"; # https://nixos.wiki/wiki/Packaging/Python#Fix_Missing_setup.py format = "pyproject"; src = fetchPypi { inherit pname version; - sha256 = "sha256-tZKPe02tHrTelyw30BQsJhdZpmDsggZ0rr4ag0eHtng="; + sha256 = "sha256-/2dzrFkNrHDkVJd1witphlIXdHxJ573USzj6JwUscto="; }; propagatedBuildInputs = [ # Dependencies diff --git a/nix/sources.json b/nix/sources.json index d6456a4..d10a6ad 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -5,10 +5,10 @@ "homepage": "https://nur.nix-community.org/", "owner": "nix-community", "repo": "NUR", - "rev": "d6f93721ade604ab02a42276ecf94e79edfbd07d", - "sha256": "0nykiyashk43827l37bg1g3ygirnrfkqiyv4alzr98igki3nn56k", + "rev": "d854884a8c7d2014ff44a27cfe9cac8dd78cc7ea", + "sha256": "1cvsb8qvy3zgv2gd1c79p096g7arlb7n7qdhv88zmisll2z8dz7k", "type": "tarball", - "url": "https://github.com/nix-community/NUR/archive/d6f93721ade604ab02a42276ecf94e79edfbd07d.tar.gz", + "url": "https://github.com/nix-community/NUR/archive/d854884a8c7d2014ff44a27cfe9cac8dd78cc7ea.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "home-manager": { @@ -29,10 +29,10 @@ "homepage": null, "owner": "NixOS", "repo": "nixpkgs", - "rev": "5b528f99f73c4fad127118a8c1126b5e003b01a9", - "sha256": "0pchhv9rrki70j0rrpj8pgj29cl7a595s6msh05ah5naasn3n17i", + "rev": "0561103cedb11e7554cf34cea81e5f5d578a4753", + "sha256": "1kp8w7bnwviaszpbn8hjqx56z88h2ba6hksbhcka5mrwh7bi47c6", "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/5b528f99f73c4fad127118a8c1126b5e003b01a9.tar.gz", + "url": "https://github.com/NixOS/nixpkgs/archive/0561103cedb11e7554cf34cea81e5f5d578a4753.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "unstable": { @@ -41,10 +41,10 @@ "homepage": "", "owner": "NixOS", "repo": "nixpkgs", - "rev": "010c7296f3b19a58b206fdf7d68d75a5b0a09e9e", - "sha256": "0w3ykd7qvhmmmg7mjk74gn7r2iwq184gjp40br5c4ni6xwqqavym", + "rev": "09ec6a0881e1a36c29d67497693a67a16f4da573", + "sha256": "0cr9czryigfilys530dpp0q3hjny808i4dg7xckzjn8m55gjn6gc", "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/010c7296f3b19a58b206fdf7d68d75a5b0a09e9e.tar.gz", + "url": "https://github.com/NixOS/nixpkgs/archive/09ec6a0881e1a36c29d67497693a67a16f4da573.tar.gz", "url_template": "https://github.com///archive/.tar.gz" } }