parent
20a0be5aee
commit
44c5b729b8
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
|||
{ stdenv, fetchgit }:
|
||||
{ stdenv, fetchFromGitHub }:
|
||||
|
||||
fetchgit {
|
||||
url = "https://github.com/samdmarshall/OSXPrivateSDK.git";
|
||||
fetchFromGitHub {
|
||||
owner = "samdmarshall";
|
||||
repo = "OSXPrivateSDK";
|
||||
rev = "f4d52b60e86b496abfaffa119a7d299562d99783";
|
||||
sha256 = "0v1l11fqpqnzd5l2vq5c63jm1vrba56r06zpqnag87j5p1gic8lp";
|
||||
sha256 = "0bv0884yxpvk2ishxj8gdy1w6wb0gwfq55q5qjp0s8z0z7f63zqh";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue