-
-
Save tilpner/2b5a7979cdb889c20c4bc2b3dc687962 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ 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