tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
libirecovery: 1.0.0+date=2022-04-04 -> 1.1.0
Theodore Ni
2 years ago
6cf40e09
15aa6d82
+7
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
libirecovery
default.nix
+7
-3
pkgs/development/libraries/libirecovery/default.nix
···
10
10
11
11
stdenv.mkDerivation rec {
12
12
pname = "libirecovery";
13
13
-
version = "1.0.0+date=2022-04-04";
13
13
+
version = "1.1.0";
14
14
15
15
outputs = [ "out" "dev" ];
16
16
17
17
src = fetchFromGitHub {
18
18
owner = "libimobiledevice";
19
19
repo = pname;
20
20
-
rev = "82d235703044c5af9da8ad8f77351fd2046dac47";
21
21
-
hash = "sha256-OESN9qme+TlSt+ZMbR4F3z/3RN0I12R7fcSyURBqUVk=";
20
20
+
rev = version;
21
21
+
hash = "sha256-84xwSOLwPU2Py6X2r6FYESxdc1EuuD6xHEXTUUEdvTE=";
22
22
};
23
23
24
24
nativeBuildInputs = [
···
31
31
readline
32
32
libimobiledevice-glue
33
33
];
34
34
+
35
35
+
preAutoreconf = ''
36
36
+
export RELEASE_VERSION=${version}
37
37
+
'';
34
38
35
39
# Packager note: Not clear whether this needs a NixOS configuration,
36
40
# as only the `idevicerestore` binary was tested so far (which worked