Skip to content

Commit

Permalink
rainfrog: 0.2.4 -> 0.2.5 (NixOS#344565)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Sep 26, 2024
2 parents 1457235 + 545aadd commit 27e910e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ra/rainfrog/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
stdenv,
}:
let
version = "0.2.4";
version = "0.2.5";
in
rustPlatform.buildRustPackage {
inherit version;
Expand All @@ -17,10 +17,10 @@ rustPlatform.buildRustPackage {
owner = "achristmascarl";
repo = "rainfrog";
rev = "refs/tags/v${version}";
hash = "sha256-3B56081ZiQPVFAheea2c7h2hQyruWI/q2crb4temVZc=";
hash = "sha256-+jjVowyyjM344LRDl+xFPxQ7qfjIMOMVzFiDgUHBMKw=";
};

cargoHash = "sha256-rO9tSgtO9q1ad0lzD8aINZhDupR5Q27ZPZPX/S7BM+I=";
cargoHash = "sha256-0Wtsquus63fwaP7YUi/QelCJGU2cH1RWAYQWY9YbfMw=";

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

0 comments on commit 27e910e

Please sign in to comment.