ianny: 2.1.1 -> 2.1.3

This commit is contained in:
R. Ryantm
2026-01-07 07:22:38 +00:00
parent f44ff4909e
commit 77d650f7ce
+3 -3
View File
@@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec {
pname = "ianny";
version = "2.1.1";
version = "2.1.3";
src = fetchFromGitHub {
owner = "zefr0x";
repo = "ianny";
rev = "v${version}";
hash = "sha256-XwwfBOx+5l5KjthL69nLpIVc7ilA4rKGBeRvE9BEQPU=";
hash = "sha256-CPtVk8sG3LcJBgmPc/kYZZXW0Lt2OPJGzkLKac+/1ZI=";
};
cargoHash = "sha256-A5ZInR6gXvDPpa2azF1ZmVANzm3v1YAvxJjJ7h32J2A=";
cargoHash = "sha256-R8NEsGKaoYMssl1OkHXGV+1/oVPkZsbfdgLfRHp+ApA=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ dbus.dev ];