Skip to content

Commit 304716b

Browse files
committed
flaca: 3.2.0 -> 3.2.3
1 parent 23c19d9 commit 304716b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/fl/flaca/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99

1010
rustPlatform.buildRustPackage rec {
1111
pname = "flaca";
12-
version = "3.2.0";
12+
version = "3.2.3";
1313

1414
src =
1515
let
1616
source = fetchFromGitHub {
1717
owner = "Blobfolio";
1818
repo = pname;
1919
rev = "v${version}";
20-
hash = "sha256-pT3CizoqMQe+JljuDbV7hQpUmG+fx/ES2reupeX60iY=";
20+
hash = "sha256-GpxOTu7yjJ9IFMKVkgjLeKGNEUiKw0ZeWQorfhaOTsg=";
2121
};
2222
lockFile = fetchurl {
2323
url = "https://github.com/Blobfolio/flaca/releases/download/v${version}/Cargo.lock";
24-
hash = "sha256-Ek33acdDA9iMgpyIdx12arKtPHoKaIrfh5GNdgT7ib0=";
24+
hash = "sha256-SaqQ4U8JXTFlp1EqkNZ6VV8KyPXHYtEycfZn/68SeHY=";
2525
};
2626
in
2727
runCommand "source-with-lock" { nativeBuildInputs = [ lndir ]; } ''
@@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec {
3333
nativeBuildInputs = [ rustPlatform.bindgenHook ];
3434

3535
useFetchCargoVendor = true;
36-
cargoHash = "sha256-3NGW1GEwksu9Al/qOg3rfnFcfSyICTgKlPW10Y8q80Y=";
36+
cargoHash = "sha256-MdPPLv0836rVxVrl8PXMDufHdTtmBBhJ/EuG4qcK3Kk=";
3737

3838
meta = with lib; {
3939
description = "CLI tool to losslessly compress JPEG and PNG images";

0 commit comments

Comments
 (0)