Unverified Commit 089d79be authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #225647 from r-ryantm/auto-update/gfold

gfold: 4.3.2 -> 4.3.3
parents a96dea35 1130a035
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

let
  pname = "gfold";
  version = "4.3.2";
  version = "4.3.3";
in
rustPlatform.buildRustPackage {
  inherit pname version;
@@ -21,10 +21,10 @@ rustPlatform.buildRustPackage {
    owner = "nickgerace";
    repo = pname;
    rev = version;
    sha256 = "sha256-wZokY1KhhO3aztLIeZU/saGibzTYB9loGe003arFWEs=";
    sha256 = "sha256-J7D/fwXhWgS6C9iJqdBaA0Ym7ioCbqmyI9BrmZfoEjY=";
  };

  cargoHash = "sha256-yII5lm0zbP46gUsLrr3/828Tolwg5meRP5TVvEMy8Dg=";
  cargoHash = "sha256-o7bUgm2SEDis6h+feUYE/Ew6pwbYCw/peRvb4c64TlM=";

  buildInputs = lib.optionals stdenv.isDarwin [ libiconv Security ];