nix-update: 1.12.0 -> 1.12.1
Diff: https://github.com/Mic92/nix-update/compare/1.12.0...1.12.1 Changelog: https://github.com/Mic92/nix-update/releases/tag/1.12.1
This commit is contained in:
parent
ffb57b96eb
commit
91e706e101
@ -11,14 +11,14 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "nix-update";
|
pname = "nix-update";
|
||||||
version = "1.12.0";
|
version = "1.12.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-oibBkZ7JxVVJSnabHGB0XNwJiYJiAdfUhp7hxTv8ArY=";
|
hash = "sha256-ygbAx4TV9NFjpttn+4ELT3Zfu/tiRyigO7R4WT/ntTw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ python3Packages.setuptools ];
|
build-system = [ python3Packages.setuptools ];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user