File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 99
1010rustPlatform . 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" ;
You can’t perform that action at this time.
0 commit comments