Commit 91fe8c60 authored by R. RyanTM's avatar R. RyanTM
Browse files

virtnbdbackup: 2.29 -> 2.30

parent d8572567
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3Packages.buildPythonApplication rec {
  pname = "virtnbdbackup";
  version = "2.29";
  version = "2.30";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "abbbi";
    repo = "virtnbdbackup";
    tag = "v${version}";
    hash = "sha256-KIxRYD+GogYpZnUaBdhFd52sO51Two2vzY4LYRJRCto=";
    hash = "sha256-4WnMY7eEEJD2l+GoQkKbVXSETh7+PEckrGspZhW2nMk=";
  };

  build-system = with python3Packages; [