Merge pull request #331810 from r-ryantm/auto-update/serie

serie: 0.1.1 -> 0.1.2
This commit is contained in:
Matthias Beyer
2024-08-03 10:17:32 +02:00
committed by GitHub

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;