Unverified Commit b1c36cd7 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #220542 from shanesveller/shanesveller/gfold-4.3.2

gfold: 4.3.1 -> 4.3.2
parents 20e0820a 56c43167
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

let
  pname = "gfold";
  version = "4.3.1";
  version = "4.3.2";
in
rustPlatform.buildRustPackage {
  inherit pname version;
@@ -21,10 +21,10 @@ rustPlatform.buildRustPackage {
    owner = "nickgerace";
    repo = pname;
    rev = version;
    sha256 = "sha256-jlUGtTtoJ3DQbs4VEDUbYyl+s9S+bLTQ+GM6OQg6MNo=";
    sha256 = "sha256-wZokY1KhhO3aztLIeZU/saGibzTYB9loGe003arFWEs=";
  };

  cargoHash = "sha256-Mrqg0wOG3JHDdGMZMcFsifpazOukZeoMPrQh4vIfQyU=";
  cargoHash = "sha256-yII5lm0zbP46gUsLrr3/828Tolwg5meRP5TVvEMy8Dg=";

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