Unverified Commit 656a024f authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

Merge pull request #300891 from GaetanLepage/nix-update

nix-update: 1.3.0 -> 1.3.1
parents 1f8a8a5a f43061fd
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.3.0";
  version = "1.3.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Mic92";
    repo = pname;
    rev = version;
    hash = "sha256-Nu9/mzL/notnR6Tvtj938Mo0TmYJutA2oJ6/rg2uZCo=";
    hash = "sha256-QWfW8tI4tk8hk9eNN6/3i2E4rwfIWgqjxj+htSZVdrc=";
  };

  nativeBuildInputs = [