gitAndTools.git-remote-hg: 1.0.1 -> unstable-2020-06-12
This package needs to use the same Python as Mercurial, but the released version doesn't support Python 3.
This commit is contained in:
parent
24b55081f5
commit
d9ca548d95
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "git-remote-hg";
|
pname = "git-remote-hg";
|
||||||
version = "1.0.1";
|
version = "unstable-2020-06-12";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mnauw";
|
owner = "mnauw";
|
||||||
repo = "git-remote-hg";
|
repo = "git-remote-hg";
|
||||||
rev = "v${version}";
|
rev = "28ed63b707919734d230cb13bff7d231dfeee8fc";
|
||||||
sha256 = "1by5ygqvq9ww990kdrjndaqsssyf2jc4n380f9pfh2avsr7871wc";
|
sha256 = "0dw48vbnk7pp0w6fzgl29mq8fyn52pacbya2w14z9c6jfvh5sha1";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ mercurial.python mercurial makeWrapper
|
buildInputs = [ mercurial.python mercurial makeWrapper
|
||||||
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://github.com/mnauw/git-remote-hg";
|
homepage = "https://github.com/mnauw/git-remote-hg";
|
||||||
description = "Semi-official Mercurial bridge from Git project";
|
description = "Semi-official Mercurial bridge from Git project";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = [ ];
|
maintainers = with maintainers; [ qyliss ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user