Commit e83bcfcb authored by R. RyanTM's avatar R. RyanTM
Browse files

rainfrog: 0.3.2 -> 0.3.3

parent 76ad8f2d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
  rainfrog,
}:
let
  version = "0.3.2";
  version = "0.3.3";
in
rustPlatform.buildRustPackage {
  inherit version;
@@ -17,11 +17,11 @@ rustPlatform.buildRustPackage {
    owner = "achristmascarl";
    repo = "rainfrog";
    tag = "v${version}";
    hash = "sha256-3oRuJytFGPfWLoxtrpgEwRWAPE8HGct5PqU1mxDinZs=";
    hash = "sha256-nGUk+997TBx/2U3QMF4OpRqzwNzC0ILRraz3kOzzoBw=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-W/3UNZw3gHVI/3uIzyaDmKGjM8gsfcr86+Vxlfm9Yb4=";
  cargoHash = "sha256-8RvZmQI1WXfM2Sh5bMAkeJVNvOUp8fmM0MznZzCpxgY=";

  passthru = {
    tests.version = testers.testVersion {