mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 02:03:21 +00:00
darcs: 0-unstable-2015-06-04 -> 0-unstable-2024-02-20
This commit is contained in:
parent
1896f994ad
commit
705db78039
@ -12,13 +12,13 @@
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "darcs-to-git";
|
||||
version = "0-unstable-2015-06-04";
|
||||
version = "0-unstable-2024-02-20";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "purcell";
|
||||
repo = "darcs-to-git";
|
||||
rev = "e5fee32495908fe0f7d700644c7b37347b7a0a5b";
|
||||
hash = "sha256-UQI3av+0zj1SNwEonwuk5n2RjZN3+tSJFJuFCjrorFM=";
|
||||
rev = "2a31a95726658fef1b48e1f0010928fc2a69d5bf";
|
||||
hash = "sha256-ep36lAYUnO3kX0ff3PxrBHog5CIGsJaERiNN5DmmAQI=";
|
||||
};
|
||||
|
||||
patchPhase =
|
||||
@ -42,6 +42,8 @@ stdenv.mkDerivation {
|
||||
|
||||
passthru.updateScript = unstableGitUpdater { };
|
||||
|
||||
doCheck = true;
|
||||
|
||||
checkPhase = ''
|
||||
orig_dir="$(pwd)"
|
||||
darcs_repos="$(pwd)/darcs_test_repos"
|
||||
|
Loading…
Reference in New Issue
Block a user