We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17ac816 + 859e0c9 commit bcba7c0Copy full SHA for bcba7c0
pkgs/by-name/gi/git-aggregator/package.nix
@@ -7,13 +7,13 @@
7
8
python3Packages.buildPythonApplication rec {
9
pname = "git-aggregator";
10
- version = "4.0.2";
+ version = "4.1";
11
12
src = fetchFromGitHub {
13
owner = "acsone";
14
repo = "git-aggregator";
15
tag = version;
16
- hash = "sha256-6o+bf3s5KyRQWA7hp3xk76AfxBdzP0lOBOozgwe3Wtw=";
+ hash = "sha256-sZYh3CN15WTCQ59W24ERJdP48EJt571cbkswLQ3JL2g=";
17
};
18
19
nativeBuildInputs = with python3Packages; [
0 commit comments