Unverified Commit 135ac51f authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

gfold: 4.3.0 -> 4.3.1
parents de15b5ff 96e72302
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

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

  cargoHash = "sha256-MBWaNjs840twU9SQLvgVcXTT0RN2QJ7PiaAohiiQu3s=";
  cargoHash = "sha256-Mrqg0wOG3JHDdGMZMcFsifpazOukZeoMPrQh4vIfQyU=";

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