Shane Sveller 2023-03-10 12:38:10 -06:00
parent 624432c25b
commit 56c4316772
No known key found for this signature in database
GPG Key ID: 50D400D246CD0F3E

View File

@ -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 ];