mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Merge pull request #325766 from r-ryantm/auto-update/cotp
cotp: 1.7.1 -> 1.7.2
This commit is contained in:
commit
eed5e37d29
1 changed files with 3 additions and 3 deletions
|
@ -8,16 +8,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "cotp";
|
pname = "cotp";
|
||||||
version = "1.7.1";
|
version = "1.7.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "replydev";
|
owner = "replydev";
|
||||||
repo = "cotp";
|
repo = "cotp";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-6FriNAwxo+YnJWmCrScyafUEkJvEJz3O9Zoj9yerpSI=";
|
hash = "sha256-U+rOwBxT3on1hUlkb93sgdYIpPTOHb42x1cibueGDn0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-/CW0CGhPjKd5oU2LYW4lPWKMATn9aJdjIy44yZJyU/E=";
|
cargoHash = "sha256-mdcQSmTLU2bj+wEyzgqFJpjBEesD7zPDVHziNkTIR+s=";
|
||||||
|
|
||||||
buildInputs = lib.optionals stdenv.isLinux [ libxcb ]
|
buildInputs = lib.optionals stdenv.isLinux [ libxcb ]
|
||||||
++ lib.optionals stdenv.isDarwin [ AppKit ];
|
++ lib.optionals stdenv.isDarwin [ AppKit ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue