Skip to content

Commit

Permalink
nix-update: 1.5.1 -> 1.5.2 (NixOS#343061)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Sep 20, 2024
2 parents 33c30f4 + 4cb69ae commit 0323d94
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.1";
version = "1.5.2";
pyproject = true;

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

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

0 comments on commit 0323d94

Please sign in to comment.