git-remote-hg: unstable-2020-06-12 -> 1.0.2.1

This commit is contained in:
Alyssa Ross 2021-09-28 08:34:15 +00:00
parent 8b725cf898
commit 31efca77d1
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -4,13 +4,13 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "git-remote-hg"; pname = "git-remote-hg";
version = "unstable-2020-06-12"; version = "1.0.2.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mnauw"; owner = "mnauw";
repo = "git-remote-hg"; repo = "git-remote-hg";
rev = "28ed63b707919734d230cb13bff7d231dfeee8fc"; rev = "v${version}";
sha256 = "0dw48vbnk7pp0w6fzgl29mq8fyn52pacbya2w14z9c6jfvh5sha1"; sha256 = "1crgq13v2p9wmw1yhckmyzybh8h1nz3839qhqvzh48vxqkailzmn";
}; };
nativeBuildInputs = [ nativeBuildInputs = [