cotp: 1.9.2 -> 1.9.4 (#399039)

Co-authored-by: DavSanchez <DavSanchez@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-16 04:27:28 +00:00
committed by GitHub
co-authored by DavSanchez
+3 -3
View File
@@ -8,17 +8,17 @@
rustPlatform.buildRustPackage rec {
pname = "cotp";
version = "1.9.2";
version = "1.9.4";
src = fetchFromGitHub {
owner = "replydev";
repo = "cotp";
rev = "v${version}";
hash = "sha256-5wVIjh16AYwrzjbPgvjsQhihu/vwdQfzU2kZS6eSTWs=";
hash = "sha256-O9qss8vxsGyBWaCTt3trjnFVol5ib/G7IZIj742A/XI=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-6VdlXQymOFZgMksGRQ7f9ZGrzKblYlQAoBFUhi4wuM0=";
cargoHash = "sha256-Y8kGOeDKjdG+5zuA1mDx4h5IbKETjZU+SiFWiUv3xkw=";
buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ libxcb ];