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

- use fetchFromGitHub

authored by Daiderd Jordan and committed by Rok Garbas 44c5b729 20a0be5a

+5 -4
+5 -4
pkgs/os-specific/darwin/osx-private-sdk/default.nix
··· 1 - { stdenv, fetchgit }: 1 + { stdenv, fetchFromGitHub }: 2 2 3 - fetchgit { 4 - url = "https://github.com/samdmarshall/OSXPrivateSDK.git"; 3 + fetchFromGitHub { 4 + owner = "samdmarshall"; 5 + repo = "OSXPrivateSDK"; 5 6 rev = "f4d52b60e86b496abfaffa119a7d299562d99783"; 6 - sha256 = "0v1l11fqpqnzd5l2vq5c63jm1vrba56r06zpqnag87j5p1gic8lp"; 7 + sha256 = "0bv0884yxpvk2ishxj8gdy1w6wb0gwfq55q5qjp0s8z0z7f63zqh"; 7 8 }