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.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" ;
You can’t perform that action at this time.
0 commit comments