ianny: unstable -> 2.0.0

This commit is contained in:
Rouven Seifert 2025-04-24 10:00:18 +02:00
parent e930c05695
commit 9019f85ae4

View file

@ -1,14 +1,14 @@
{ rustPlatform, fetchFromGitHub, lib, ninja, dbus, pkg-config }: { rustPlatform, fetchFromGitHub, lib, ninja, dbus, pkg-config }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "ianny"; pname = "ianny";
version = "unstable-2023-12-16"; version = "2.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "zefr0x"; owner = "zefr0x";
repo = pname; repo = pname;
rev = "v2.0.0"; rev = "v2.0.0";
hash = "sha256-F8Uc2BsQ5f7yaUXXDhLvyyYKUDAuvP9cCR2h3vblr0g="; hash = "sha256-F8Uc2BsQ5f7yaUXXDhLvyyYKUDAuvP9cCR2h3vblr0g=";
}; };
cargoHash = "sha256-6rcibPoO5EQcT8HGgHge/4wrXyBA9JCk4+aiCFz+kXM="; cargoHash = "sha256-QqdcOftbVt/yNzmvvy6AI66oTZvTgWHfY3Q/ikWGaLM=";
buildInputs = [ buildInputs = [
dbus dbus
ninja ninja