Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-03-10 00:39:07 +00:00
committed by GitHub
65 changed files with 1235 additions and 376 deletions
@@ -1,7 +1,7 @@
{ lib, stdenv, fetchurl, unzip, makeWrapper, jre }:
stdenv.mkDerivation rec {
name = "subgit-3.3.10";
name = "subgit-3.3.11";
meta = {
description = "A tool for a smooth, stress-free SVN to Git migration";
@@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://subgit.com/download/${name}.zip";
sha256 = "1z7cmaghfy5yjs50b3y6av9h2d6xmpamyxql7vvr3dy6kflvv8fk";
sha256 = "sha256-ltTpmXPCIGTmVDxKc6oelMEzQWXRbIf0NESzRugaXo0=";
};
}