Show More
@@ -1,6 +1,5 b'' | |||
|
1 | 1 | [bumpversion] |
|
2 |
current_version = 4.2 |
|
|
2 | current_version = 4.21.0 | |
|
3 | 3 | message = release: Bump version {current_version} to {new_version} |
|
4 | 4 | |
|
5 | 5 | [bumpversion:file:vcsserver/VERSION] |
|
6 |
@@ -5,12 +5,10 b' done = false' | |||
|
5 | 5 | done = true |
|
6 | 6 | |
|
7 | 7 | [task:fixes_on_stable] |
|
8 | done = true | |
|
9 | 8 | |
|
10 | 9 | [task:pip2nix_generated] |
|
11 | done = true | |
|
12 | 10 | |
|
13 | 11 | [release] |
|
14 |
state = |
|
|
15 |
version = 4.2 |
|
|
12 | state = in_progress | |
|
13 | version = 4.21.0 | |
|
16 | 14 |
@@ -2,10 +2,10 b' self: super: {' | |||
|
2 | 2 | |
|
3 | 3 | # bump GIT version |
|
4 | 4 | git = super.lib.overrideDerivation super.git (oldAttrs: { |
|
5 |
name = "git-2.2 |
|
|
5 | name = "git-2.27.0"; | |
|
6 | 6 | src = self.fetchurl { |
|
7 |
url = "https://www.kernel.org/pub/software/scm/git/git-2.2 |
|
|
8 | sha256 = "0ql5z31vgl7b785gwrf00m129mg7zi9pa65n12ij3mpxx3f28gvj"; | |
|
7 | url = "https://www.kernel.org/pub/software/scm/git/git-2.27.0.tar.xz"; | |
|
8 | sha256 = "1ybk39ylvs32lywq7ra4l2kdr5izc80r9461hwfnw8pssxs9gjkk"; | |
|
9 | 9 | }; |
|
10 | 10 | |
|
11 | 11 | # patches come from: https://github.com/NixOS/nixpkgs/tree/master/pkgs/applications/version-management/git-and-tools/git |
General Comments 0
You need to be logged in to leave comments.
Login now