Skip to content

Commit

Permalink
Merge pull request #325782 from r-ryantm/auto-update/flake-checker
Browse files Browse the repository at this point in the history
flake-checker: 0.1.20 -> 0.2.0
  • Loading branch information
NickCao authored Jul 11, 2024
2 parents 1b67356 + c3a3521 commit e4139c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/fl/flake-checker/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

rustPlatform.buildRustPackage rec {
pname = "flake-checker";
version = "0.1.20";
version = "0.2.0";

src = fetchFromGitHub {
owner = "DeterminateSystems";
repo = "flake-checker";
rev = "v${version}";
hash = "sha256-Oq+HZzB0mWhixLl8jGcBRWrlOETLhath75ndeJdcN1g=";
hash = "sha256-cvjSQNvRnreherInbieJnaanU/TzDAgM544MBi7UWvQ=";
};

cargoHash = "sha256-/Y3ihHwOHHmLnS1TcG1SCtUU4LORkCtGp1+t5Ow5j6E=";
cargoHash = "sha256-0iH5owyNfIpRz6nYwrJUoqd9lVGZ3T3K8rmsOk2UoGI=";

buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
Security
Expand Down

0 comments on commit e4139c0

Please sign in to comment.