github-backup: 0.50.2 -> 0.50.3
This commit is contained in:
parent
56078c1dcc
commit
a2ccb189e2
@ -8,14 +8,14 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "github-backup";
|
pname = "github-backup";
|
||||||
version = "0.50.2";
|
version = "0.50.3";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "josegonzalez";
|
owner = "josegonzalez";
|
||||||
repo = "python-github-backup";
|
repo = "python-github-backup";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-MUPQa1L3HmAMn1pZSzQk8VKpcz2nDGuWZB8pVi7CyYs=";
|
hash = "sha256-MBKBY86qIM/rgvGMvE7K9x9n+zDVtoimkVGLBxCWRmI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = with python3Packages; [
|
build-system = with python3Packages; [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user