mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
ianny: unstable -> 2.0.0
This commit is contained in:
parent
e930c05695
commit
9019f85ae4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue