Skip to content

Commit

Permalink
nix: add wchisp package
Browse files Browse the repository at this point in the history
  • Loading branch information
rgoulter committed Nov 27, 2023
1 parent 5ef76fa commit 4ef763b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions nix/pkgs/wchisp/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{ lib, fetchFromGitHub, rustPlatform }:

rustPlatform.buildRustPackage rec {
pname = "wchisp";
version = "0.3-git";
src = fetchFromGitHub {
owner = "ch32-rs";
repo = pname;
rev = "4b4787243ef9bc87cbbb0d95c7482b4f7c9838f1";
hash = "sha256-Ju2DBv3R4O48o8Fk/AFXOBIsvGMK9hJ8Ogxk47f7gcU=";
};
cargoHash = "sha256-MbCLQBk7aJXcUOalsNbSxozvI2Tx3kerLXgi4l7BKoc=";
}

0 comments on commit 4ef763b

Please sign in to comment.