mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
git-aggregator: 4.0.2 -> 4.1
This commit is contained in:
parent
039ad942e3
commit
859e0c9655
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "git-aggregator";
|
pname = "git-aggregator";
|
||||||
version = "4.0.2";
|
version = "4.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "acsone";
|
owner = "acsone";
|
||||||
repo = "git-aggregator";
|
repo = "git-aggregator";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-6o+bf3s5KyRQWA7hp3xk76AfxBdzP0lOBOozgwe3Wtw=";
|
hash = "sha256-sZYh3CN15WTCQ59W24ERJdP48EJt571cbkswLQ3JL2g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = with python3Packages; [
|
nativeBuildInputs = with python3Packages; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue