nix-update: 1.13.0 -> 1.13.1
Diff: https://github.com/Mic92/nix-update/compare/1.13.0...1.13.1 Changelog: https://github.com/Mic92/nix-update/releases/tag/1.13.1
This commit is contained in:
@@ -11,14 +11,14 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "nix-update";
|
pname = "nix-update";
|
||||||
version = "1.13.0";
|
version = "1.13.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Mic92";
|
owner = "Mic92";
|
||||||
repo = "nix-update";
|
repo = "nix-update";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-+d4NexgDkpuiesuA6vOv2COD3bgWddIL1SjFxuDF1dA=";
|
hash = "sha256-b/Ymvz4Un67j7UulzBJtmKrwcchpEE/si/QOn/m8m80=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ python3Packages.setuptools ];
|
build-system = [ python3Packages.setuptools ];
|
||||||
|
|||||||
Reference in New Issue
Block a user