fend: 1.1.1 -> 1.1.3

This commit is contained in:
R. Ryantm 2022-11-28 21:58:30 +00:00 committed by Bobby Rong
parent 3795f85180
commit c2c696e375

View File

@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec {
pname = "fend";
version = "1.1.1";
version = "1.1.3";
src = fetchFromGitHub {
owner = "printfn";
repo = pname;
rev = "v${version}";
sha256 = "sha256-1hoMIZ4mfXYF+ec/Eax2fSNBbx+UEY2c/jQCaRi+UqU=";
sha256 = "sha256-3A+MxRonN1dhF7PrsGgc6zai1TQ9K8YIyqD0lqa3/EY=";
};
cargoSha256 = "sha256-jGPS9x4DKQCXZkaJu9qIEqoxIu+1WraqfqxGFRV5z7A=";
cargoSha256 = "sha256-VgueZKMDI35ERQR+V2SFxnUplHFS0LbJlGb/bRXUYWk=";
nativeBuildInputs = [ pandoc installShellFiles ];
buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];