idevicerestore: 2019-12-26 -> 1.0.0

This commit is contained in:
Marc Seeger 2020-12-05 10:10:04 -08:00 committed by Sandro Jäckel
parent d4ca97c4bf
commit c6ba0fff14
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "idevicerestore";
version = "2019-12-26";
version = "1.0.0";
src = fetchFromGitHub {
owner = "libimobiledevice";
repo = pname;
rev = "8207daaa2ac3cb3a5107aae6aefee8ecbe39b6d4";
sha256 = "1jz72bzk1fh12bs65pv06l85135hgfz1aqnbb084bvqcpj4gl40h";
rev = version;
sha256 = "1w7ywp77xc6v4hifi3j9ywrj447vv7fkwg2w26w0lq95f3bkblqr";
};
nativeBuildInputs = [