chore(deps): bumped version to 0.2.0

This commit is contained in:
Art P.
2026-02-07 05:42:48 +04:00
parent ee3357f396
commit b7fe2198fc
2 changed files with 9 additions and 9 deletions
Generated
+3 -3
View File
@@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1766309749,
"narHash": "sha256-3xY8CZ4rSnQ0NqGhMKAy5vgC+2IVK0NoVEzDoOh4DA4=",
"lastModified": 1770197578,
"narHash": "sha256-AYqlWrX09+HvGs8zM6ebZ1pwUqjkfpnv8mewYwAo+iM=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "a6531044f6d0bef691ea18d4d4ce44d0daa6e816",
"rev": "00c21e4c93d963c50d4c0c89bfa84ed6e0694df2",
"type": "github"
},
"original": {
+6 -6
View File
@@ -5,13 +5,13 @@ pkgs,
pkgs.stdenv.mkDerivation rec {
pname = "idescriptor";
version = "0.1.2";
version = "0.2.0";
src = pkgs.fetchFromGitHub {
owner = "iDescriptor";
repo = "iDescriptor";
rev = "v${version}";
hash = "sha256-pj/8PCZUTPu28MQd3zL8ceDsQy4+55348ZOCpiQaiEo=";
hash = "sha256-p6iJP4duesUiYEH8pgGgX5GOdaOhaAegPPphBaXU4VM=";
fetchSubmodules = true;
};
@@ -47,6 +47,9 @@ pkgs.stdenv.mkDerivation rec {
pkg-config
go
qt6.wrapQtAppsHook
libimobiledevice
libirecovery
usbmuxd
copyDesktopItems
];
@@ -57,21 +60,18 @@ pkgs.stdenv.mkDerivation rec {
qt6.qtserialport
qt6.qtpositioning
qt6.qtlocation
qt6.qtwayland
lxqt.qtermwidget
qrencode
libheif
libde265
x265
libirecovery
libssh
ffmpeg
pugixml
avahi
avahi-compat
libimobiledevice
libirecovery
libplist
usbmuxd
libzip
openssl
];