Skip to content

Instantly share code, notes, and snippets.

@tilpner

tilpner/sd.nix Secret

Created February 2, 2019 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tilpner/2b5a7979cdb889c20c4bc2b3dc687962 to your computer and use it in GitHub Desktop.
Save tilpner/2b5a7979cdb889c20c4bc2b3dc687962 to your computer and use it in GitHub Desktop.
{ fetchFromGitHub, rustPlatform }:
rustPlatform.buildRustPackage rec {
name = "sd-${version}";
version = "0.4.3";
src = fetchFromGitHub {
owner = "chmln";
repo = "sd";
rev = version;
sha256 = "1yxv2ccj1wr1rvc69b2gimiw9swm1rf8zf38wzz7jzgy93rcymrg";
};
cargoSha256 = "18aixinbarqg3nx5kkqqwwmsgvplcyg2hdqx40n7m67kagnizya0";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment