mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-22 22:09:34 +01:00
chore
This commit is contained in:
parent
d60b0414a4
commit
02a4786a7e
@ -5,12 +5,12 @@ let
|
|||||||
(
|
(
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "netcup-dns";
|
pname = "netcup-dns";
|
||||||
version = "0.2.0";
|
version = "0.2.2";
|
||||||
# https://nixos.wiki/wiki/Packaging/Python#Fix_Missing_setup.py
|
# https://nixos.wiki/wiki/Packaging/Python#Fix_Missing_setup.py
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-tZKPe02tHrTelyw30BQsJhdZpmDsggZ0rr4ag0eHtng=";
|
sha256 = "sha256-/2dzrFkNrHDkVJd1witphlIXdHxJ573USzj6JwUscto=";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
"homepage": "https://nur.nix-community.org/",
|
"homepage": "https://nur.nix-community.org/",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "NUR",
|
"repo": "NUR",
|
||||||
"rev": "d6f93721ade604ab02a42276ecf94e79edfbd07d",
|
"rev": "d854884a8c7d2014ff44a27cfe9cac8dd78cc7ea",
|
||||||
"sha256": "0nykiyashk43827l37bg1g3ygirnrfkqiyv4alzr98igki3nn56k",
|
"sha256": "1cvsb8qvy3zgv2gd1c79p096g7arlb7n7qdhv88zmisll2z8dz7k",
|
||||||
"type": "tarball",
|
"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/<owner>/<repo>/archive/<rev>.tar.gz"
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
||||||
},
|
},
|
||||||
"home-manager": {
|
"home-manager": {
|
||||||
@ -29,10 +29,10 @@
|
|||||||
"homepage": null,
|
"homepage": null,
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "5b528f99f73c4fad127118a8c1126b5e003b01a9",
|
"rev": "0561103cedb11e7554cf34cea81e5f5d578a4753",
|
||||||
"sha256": "0pchhv9rrki70j0rrpj8pgj29cl7a595s6msh05ah5naasn3n17i",
|
"sha256": "1kp8w7bnwviaszpbn8hjqx56z88h2ba6hksbhcka5mrwh7bi47c6",
|
||||||
"type": "tarball",
|
"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/<owner>/<repo>/archive/<rev>.tar.gz"
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
||||||
},
|
},
|
||||||
"unstable": {
|
"unstable": {
|
||||||
@ -41,10 +41,10 @@
|
|||||||
"homepage": "",
|
"homepage": "",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "010c7296f3b19a58b206fdf7d68d75a5b0a09e9e",
|
"rev": "09ec6a0881e1a36c29d67497693a67a16f4da573",
|
||||||
"sha256": "0w3ykd7qvhmmmg7mjk74gn7r2iwq184gjp40br5c4ni6xwqqavym",
|
"sha256": "0cr9czryigfilys530dpp0q3hjny808i4dg7xckzjn8m55gjn6gc",
|
||||||
"type": "tarball",
|
"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/<owner>/<repo>/archive/<rev>.tar.gz"
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user