forked from mirrors/nixpkgs
idevicerestore: 2019-02-14 -> 2019-12-26
This commit is contained in:
parent
52ac64f741
commit
f97a152d44
|
@ -8,13 +8,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "idevicerestore";
|
||||
version = "2019-02-14";
|
||||
version = "2019-12-26";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "libimobiledevice";
|
||||
repo = pname;
|
||||
rev = "8a882038b2b1e022fbd19eaf8bea51006a373c06";
|
||||
sha256 = "17lisl7ll43ixl1zqwchn7jljrdyl2p9q99w30i6qaci71mas37m";
|
||||
rev = "8207daaa2ac3cb3a5107aae6aefee8ecbe39b6d4";
|
||||
sha256 = "1jz72bzk1fh12bs65pv06l85135hgfz1aqnbb084bvqcpj4gl40h";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue