mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 09:44:18 +00:00
Merge pull request #115593 from r-ryantm/auto-update/subgit
subgit: 3.3.10 -> 3.3.11
This commit is contained in:
commit
6bd4e08c34
@ -1,7 +1,7 @@
|
|||||||
{ lib, stdenv, fetchurl, unzip, makeWrapper, jre }:
|
{ lib, stdenv, fetchurl, unzip, makeWrapper, jre }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "subgit-3.3.10";
|
name = "subgit-3.3.11";
|
||||||
|
|
||||||
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";
|
||||||
@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://subgit.com/download/${name}.zip";
|
url = "https://subgit.com/download/${name}.zip";
|
||||||
sha256 = "1z7cmaghfy5yjs50b3y6av9h2d6xmpamyxql7vvr3dy6kflvv8fk";
|
sha256 = "sha256-ltTpmXPCIGTmVDxKc6oelMEzQWXRbIf0NESzRugaXo0=";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user