lol

libirecovery: 1.0.0+date=2022-04-04 -> 1.1.0

+7 -3
+7 -3
pkgs/development/libraries/libirecovery/default.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "libirecovery"; 13 - version = "1.0.0+date=2022-04-04"; 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 - rev = "82d235703044c5af9da8ad8f77351fd2046dac47"; 21 - hash = "sha256-OESN9qme+TlSt+ZMbR4F3z/3RN0I12R7fcSyURBqUVk="; 20 + rev = version; 21 + hash = "sha256-84xwSOLwPU2Py6X2r6FYESxdc1EuuD6xHEXTUUEdvTE="; 22 22 }; 23 23 24 24 nativeBuildInputs = [ ··· 31 31 readline 32 32 libimobiledevice-glue 33 33 ]; 34 + 35 + preAutoreconf = '' 36 + export RELEASE_VERSION=${version} 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