mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
nix-update: 1.6.0 -> 1.7.0
Diff: https://github.com/Mic92/nix-update/compare/refs/tags/1.6.0...1.7.0
Changelog: https://github.com/Mic92/nix-update/releases/tag/1.7.0
(cherry picked from commit 4c6d20c648
)
This commit is contained in:
parent
780789e357
commit
c0b3d1f33c
@ -11,14 +11,14 @@
|
|||||||
let
|
let
|
||||||
self = python3Packages.buildPythonApplication {
|
self = python3Packages.buildPythonApplication {
|
||||||
pname = "nix-update";
|
pname = "nix-update";
|
||||||
version = "1.6.0";
|
version = "1.7.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Mic92";
|
owner = "Mic92";
|
||||||
repo = "nix-update";
|
repo = "nix-update";
|
||||||
rev = "refs/tags/${self.version}";
|
rev = "refs/tags/${self.version}";
|
||||||
hash = "sha256-CpvLZ5cXNkIbAZjO1HebFaOiLyeesnkQxJ95V0anaII=";
|
hash = "sha256-5KhS3RxeVDHKjsxT3hHtl0hHcwlSHl2fYFYLonobpLg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ python3Packages.setuptools ];
|
build-system = [ python3Packages.setuptools ];
|
||||||
|
Loading…
Reference in New Issue
Block a user