Unverified Commit 5199001f authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #289973 from GaetanLepage/nix-update

nix-update: 1.0.0 -> 1.2.0
parents d2dfcfcf 9ee9be8c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "nix-update";
  version = "1.0.0";
  version = "1.2.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Mic92";
    repo = pname;
    rev = version;
    hash = "sha256-C7ke51QlBcTR98ovQi5NcxToEPP6s9gqnxWO1eBw/sI=";
    hash = "sha256-/Lv4wO4mCOwk8lNdfiQq2U+PhgeEeSnh89I2N7fxEpE=";
  };

  nativeBuildInputs = [