serie: 0.1.1 -> 0.1.2

This commit is contained in:
R. Ryantm 2024-08-02 16:06:46 +00:00
parent 9307b49d29
commit 16b90c0d76

View File

@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec {
pname = "serie";
version = "0.1.1";
version = "0.1.2";
src = fetchFromGitHub {
owner = "lusingander";
repo = "serie";
rev = "v${version}";
hash = "sha256-PlWnkkrn+j6GyyBo6ehszXxDexyW4rjIfpCj1ZARBPc=";
hash = "sha256-sFxIGC9zg8D0qhHpT1fAzrU25AxBbJRPzD2c+H8Z/1Y=";
};
cargoHash = "sha256-kKOjLLpWmgtfIYWrlX/6SRUy7NOX6A/W/Oy3kMGR3eg=";
cargoHash = "sha256-JaR1BcKigMa27l8kdsRoClb3ifPtob3+sa2cqnpFeFs=";
buildInputs = lib.optionals stdenv.isDarwin (
with darwin.apple_sdk.frameworks;