openmw: Add comment that commit does not exist on any branch on target repository
This commit is contained in:
parent
6edb917884
commit
25e7d3949c
|
@ -6,6 +6,7 @@ let
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "OpenMW";
|
owner = "OpenMW";
|
||||||
repo = "osg";
|
repo = "osg";
|
||||||
|
# commit does not exist on any branch on the target repository
|
||||||
rev = "1556cd7966ebc1c80b6626988d2b25fb43a744cf";
|
rev = "1556cd7966ebc1c80b6626988d2b25fb43a744cf";
|
||||||
sha256 = "0d74hijzmj82nx3jkv5qmr3pkgvplra0b8fbjx1y3vmzxamb0axd";
|
sha256 = "0d74hijzmj82nx3jkv5qmr3pkgvplra0b8fbjx1y3vmzxamb0axd";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue