subgit: 3.3.11 -> 3.3.12

This commit is contained in:
R. Ryantm 2021-12-06 17:00:56 +00:00
parent 7f744ff0b9
commit 6274245368

View file

@ -2,7 +2,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "subgit"; pname = "subgit";
version = "3.3.11"; version = "3.3.12";
meta = { meta = {
description = "A tool for a smooth, stress-free SVN to Git migration"; description = "A tool for a smooth, stress-free SVN to Git migration";
@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
src = fetchurl { src = fetchurl {
url = "https://subgit.com/download/subgit-${version}.zip"; url = "https://subgit.com/download/subgit-${version}.zip";
sha256 = "sha256-ltTpmXPCIGTmVDxKc6oelMEzQWXRbIf0NESzRugaXo0="; sha256 = "sha256-Mdjm7rkF/iw3HBftCgXrbFCG00g/RowFcF/oeKLyzL0=";
}; };
} }