libirecovery: 1.2.0 -> 1.2.1 (#347847)

This commit is contained in:
Nick Cao 2024-10-11 15:50:56 -04:00 committed by GitHub
commit b657834e08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
stdenv.mkDerivation rec {
pname = "libirecovery";
version = "1.2.0";
version = "1.2.1";
outputs = [ "out" "dev" ];
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
owner = "libimobiledevice";
repo = pname;
rev = version;
hash = "sha256-3C66oNjIZA6Byf1Y2cVQUSLz6Css1y4xFZuQmo7QxMo=";
hash = "sha256-R+oBC7F4op0qoIk3d/WqS4MwzZY3WMAMIqlJfJb188Q=";
};
nativeBuildInputs = [