mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
Apparently now monotoneViz source got fixed
This commit is contained in:
parent
c067b37cf7
commit
57e0b9de65
@ -2,9 +2,9 @@ args : with args;
|
|||||||
rec {
|
rec {
|
||||||
srcDrv = fetchmtn {
|
srcDrv = fetchmtn {
|
||||||
name = "monotone-viz-mtn-checkout";
|
name = "monotone-viz-mtn-checkout";
|
||||||
dbs = [ "code.monotone.ca/contrib" ];
|
dbs = ["monotone.mtn-host.prjek.net"];
|
||||||
selector = "c3fdb3af1c7c89989c7da8062bb62203f2aaccf0";
|
selector = "c3fdb3af1c7c89989c7da8062bb62203f2aaccf0";
|
||||||
branch = "ca.monotone.monotone-viz.new-stdio";
|
branch = "net.venge.monotone-viz.new-stdio";
|
||||||
sha256 = "661c6a49d442b7e5a7ba455bb9a892e7e12b3968c2ddd69375e7bd0cd0b3ecb9";
|
sha256 = "661c6a49d442b7e5a7ba455bb9a892e7e12b3968c2ddd69375e7bd0cd0b3ecb9";
|
||||||
};
|
};
|
||||||
src = srcDrv + "/";
|
src = srcDrv + "/";
|
||||||
|
Loading…
Reference in New Issue
Block a user