libimobiledevice-glue: 1.0.0 -> 1.2.0

This commit is contained in:
R. Ryantm 2024-03-24 18:55:15 +00:00
parent 0ea4f4d8af
commit 37610f43c6

View File

@ -8,7 +8,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libimobiledevice-glue"; pname = "libimobiledevice-glue";
version = "1.0.0"; version = "1.2.0";
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
owner = "libimobiledevice"; owner = "libimobiledevice";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-9TjIYz6w61JaJgOJtWteIDk9bO3NnXp/2ZJwdirFcYM="; hash = "sha256-Rfs1i1Tt8uf3WfR+cDlF4L75nFHg9VypjMhHt0TgkyQ=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [