ansible-later: 2.0.22 -> 2.0.23
[NixPkgs.git] / pkgs / games / shticker-book-unwritten / unwrapped.nix
blob1d49a220235f5e23316dcce17f9d6c8ef83b73d9
1 { lib, rustPlatform, fetchCrate, pkg-config, openssl }:
3 rustPlatform.buildRustPackage rec {
4   pname = "shticker-book-unwritten";
5   version = "1.2.0";
7   src = fetchCrate {
8     inherit version;
9     crateName = "shticker_book_unwritten";
10     sha256 = "sha256-jI2uL8tMUmjZ5jPkCV2jb98qtKwi9Ti4NVCPfuO3iB4=";
11   };
13   cargoSha256 = "sha256-Tney9SG9MZh7AUIT1h/dlgJyRrSPX7mUhfsKD1Rfsfc=";
15   nativeBuildInputs = [ pkg-config ];
17   buildInputs = [ openssl ];