mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
virtnbdbackup: 2.28 -> 2.29
This commit is contained in:
parent
e6f9181ee9
commit
a45ccb08f7
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "virtnbdbackup";
|
pname = "virtnbdbackup";
|
||||||
version = "2.28";
|
version = "2.29";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "abbbi";
|
owner = "abbbi";
|
||||||
repo = "virtnbdbackup";
|
repo = "virtnbdbackup";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-oGvsqGraJs0UkmtRN8/2eSIKc0lDD/qxyTakrj3Sqno=";
|
hash = "sha256-KIxRYD+GogYpZnUaBdhFd52sO51Two2vzY4LYRJRCto=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = with python3Packages; [
|
build-system = with python3Packages; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue