osx-private-sdk: Fix hash (#17185)

- use fetchFromGitHub
This commit is contained in:
Daiderd Jordan 2016-07-23 00:54:25 +02:00 committed by Rok Garbas
parent 20a0be5aee
commit 44c5b729b8

View File

@ -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";
}