Skip to content

Commit

Permalink
nix-update: 0.12.0 -> 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda authored and zowoq committed Jan 8, 2023
1 parent f5e04db commit b97a37f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/package-management/nix-update/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

buildPythonApplication rec {
pname = "nix-update";
version = "0.12.0";
version = "0.13.0";
format = "setuptools";

src = fetchFromGitHub {
owner = "Mic92";
repo = pname;
rev = version;
sha256 = "sha256-7Co8mKG3eyM5WmGoAskyYleeutH4/kygSkvFpSg7Y04=";
sha256 = "sha256-7kIHMGtsbC7CIlJPA7F1HwAXlqHf61mfjvnvA/v1Uno=";
};

makeWrapperArgs = [
Expand Down

0 comments on commit b97a37f

Please sign in to comment.