[Backport release-24.11] nix-update: 1.6.0 -> 1.7.0 (#357101)

This commit is contained in:
Jörg Thalheim 2024-11-19 16:37:37 +01:00 committed by GitHub
commit 22b9a981da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,14 +11,14 @@
let
self = python3Packages.buildPythonApplication {
pname = "nix-update";
version = "1.6.0";
version = "1.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Mic92";
repo = "nix-update";
rev = "refs/tags/${self.version}";
hash = "sha256-CpvLZ5cXNkIbAZjO1HebFaOiLyeesnkQxJ95V0anaII=";
hash = "sha256-5KhS3RxeVDHKjsxT3hHtl0hHcwlSHl2fYFYLonobpLg=";
};
build-system = [ python3Packages.setuptools ];