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": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1766309749, "lastModified": 1770197578,
"narHash": "sha256-3xY8CZ4rSnQ0NqGhMKAy5vgC+2IVK0NoVEzDoOh4DA4=", "narHash": "sha256-AYqlWrX09+HvGs8zM6ebZ1pwUqjkfpnv8mewYwAo+iM=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "a6531044f6d0bef691ea18d4d4ce44d0daa6e816", "rev": "00c21e4c93d963c50d4c0c89bfa84ed6e0694df2",
"type": "github" "type": "github"
}, },
"original": { "original": {
+6 -6
View File
@@ -5,13 +5,13 @@ pkgs,
pkgs.stdenv.mkDerivation rec { pkgs.stdenv.mkDerivation rec {
pname = "idescriptor"; pname = "idescriptor";
version = "0.1.2"; version = "0.2.0";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "iDescriptor"; owner = "iDescriptor";
repo = "iDescriptor"; repo = "iDescriptor";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-pj/8PCZUTPu28MQd3zL8ceDsQy4+55348ZOCpiQaiEo="; hash = "sha256-p6iJP4duesUiYEH8pgGgX5GOdaOhaAegPPphBaXU4VM=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
@@ -47,6 +47,9 @@ pkgs.stdenv.mkDerivation rec {
pkg-config pkg-config
go go
qt6.wrapQtAppsHook qt6.wrapQtAppsHook
libimobiledevice
libirecovery
usbmuxd
copyDesktopItems copyDesktopItems
]; ];
@@ -57,21 +60,18 @@ pkgs.stdenv.mkDerivation rec {
qt6.qtserialport qt6.qtserialport
qt6.qtpositioning qt6.qtpositioning
qt6.qtlocation qt6.qtlocation
qt6.qtwayland
lxqt.qtermwidget lxqt.qtermwidget
qrencode qrencode
libheif libheif
libde265 libde265
x265 x265
libirecovery
libssh libssh
ffmpeg ffmpeg
pugixml pugixml
avahi avahi
avahi-compat avahi-compat
libimobiledevice
libirecovery
libplist libplist
usbmuxd
libzip libzip
openssl openssl
]; ];