gitAndTools.subgit: 3.3.9 -> 3.3.10

This commit is contained in:
R. RyanTM 2020-07-07 16:25:08 +00:00 committed by Jon
parent ef88530dcd
commit 53ae3eff51

View File

@ -1,7 +1,7 @@
{ stdenv, fetchurl, unzip, makeWrapper, jre }:
stdenv.mkDerivation rec {
name = "subgit-3.3.9";
name = "subgit-3.3.10";
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 = "0dwd2kymmprci3b61ayr6axzlkc8zgbc40jqxvvyzschfxw9y0v5";
sha256 = "1z7cmaghfy5yjs50b3y6av9h2d6xmpamyxql7vvr3dy6kflvv8fk";
};
}