Skip to content

Commit

Permalink
nix-update: 1.5.2 -> 1.6.0 (#354708)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored Nov 9, 2024
2 parents 76612b1 + df11922 commit b7c6785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ni/nix-update/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
let
self = python3Packages.buildPythonApplication {
pname = "nix-update";
version = "1.5.2";
version = "1.6.0";
pyproject = true;

src = fetchFromGitHub {
owner = "Mic92";
repo = "nix-update";
rev = "refs/tags/${self.version}";
hash = "sha256-6kR4UEBZvbQNoR3l8/It5ZTCC+mB14jzj7MNnFoQJwE=";
hash = "sha256-CpvLZ5cXNkIbAZjO1HebFaOiLyeesnkQxJ95V0anaII=";
};

build-system = [ python3Packages.setuptools ];
Expand Down

0 comments on commit b7c6785

Please sign in to comment.