Unverified Commit 85f929f9 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

gfold: 4.0.1 -> 4.2.0
parents af334f11 eebe2f49
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

let
  pname = "gfold";
  version = "4.0.1";
  version = "4.2.0";
in
rustPlatform.buildRustPackage {
  inherit pname version;
@@ -21,10 +21,10 @@ rustPlatform.buildRustPackage {
    owner = "nickgerace";
    repo = pname;
    rev = version;
    sha256 = "sha256-XOUXDuKLr8tESG2GJMl1kYsk2JRtQXzQyaO7d44Ajt8=";
    sha256 = "sha256-cH4FhXrdT0ejpyt8G2rSGw9WE9sfOXRkSA9+FVwRmtQ=";
  };

  cargoSha256 = "sha256-jkktXVgHtqQeMU+rPiT4fz0kTIHW07RukxCnFABlzgw=";
  cargoSha256 = "sha256-NmVmqBzRUdumWQ9MzolZTo0VQW9JTjIyYRwUTzGiQZ4=";

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