Skip to content

Commit d928bc3

Browse files
authored
flaca: 3.1.6 -> 3.2.0 (NixOS#372188)
2 parents 603698c + 173fc04 commit d928bc3

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.1.6";
12+
version = "3.2.0";
1313

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

3333
nativeBuildInputs = [ rustPlatform.bindgenHook ];
3434

35-
cargoHash = "sha256-YYNWCJT5ZT36v4u4P3gtW/osor6eIvR8leqlQHHZYMk=";
35+
cargoHash = "sha256-n8GDe8OVmHYgBaSp9Zb7Z/F2orDAR6d82Tikrd0y6Ts=";
3636

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

0 commit comments

Comments
 (0)