mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
nix-update: 1.4.0 -> 1.5.0
This commit is contained in:
parent
3bd94b7cc3
commit
8fe398eec8
@ -9,14 +9,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "nix-update";
|
||||
version = "1.4.0";
|
||||
version = "1.5.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Mic92";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-gldeiq/R7EIvMZ3tkedSSumBour47LFrwDEiNS9tSSA=";
|
||||
hash = "sha256-zWkJs6anDddTiUestnqGVfG1GErLJr5EarWI3DcKZpU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
@ -38776,8 +38776,6 @@ with pkgs;
|
||||
|
||||
nix-query-tree-viewer = callPackage ../tools/nix/nix-query-tree-viewer { };
|
||||
|
||||
nix-update = callPackage ../tools/package-management/nix-update { };
|
||||
|
||||
nix-update-source = callPackage ../tools/package-management/nix-update-source { };
|
||||
|
||||
nix-script = callPackage ../tools/nix/nix-script { };
|
||||
|
Loading…
Reference in New Issue
Block a user