Unverified Commit f65d0f16 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

autobloody: 0.1.8 -> 1.1.0 (#461184)

parents f0cdd64d 918abf53
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "autobloody";
  version = "0.1.8";
  version = "1.1.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "CravateRouge";
    repo = "autobloody";
    tag = "v${version}";
    hash = "sha256-0MwhdT9GYLcrdZSqszx1DC9lyz8K61lJZZCzeFfWB0E=";
    hash = "sha256-iv2Al5FQMZNVrAxvrwYjglPBxEUUZ9Jn1wFd5B4b9WY=";
  };

  nativeBuildInputs = with python3.pkgs; [