Unverified Commit a02ac98e authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

lepton-jpeg-util: 0.5.3 -> 0.5.8 (#502451)

parents cfd6ba8f 64ccc8a7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "lepton-jpeg-util";
  version = "0.5.3";
  version = "0.5.8";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "lepton_jpeg_rust";
    tag = "v${finalAttrs.version}";
    hash = "sha256-DfVgQGGnrOOa/UdkYHSENbtxkbR0cTe08uglUM2hfGI=";
    hash = "sha256-G46++ZRHdfaSElt9LwI1keDXXE2/VKH2m9+EY+QNOK4=";
  };

  cargoHash = "sha256-AryHUFB6EWSUvKs+lBI16+A27VfRsr6aUtrwsiZxT28=";
  cargoHash = "sha256-jO+LHoZKn0RORKRw5GIwO8kBoQMjvBrofRYN33OHm/I=";

  buildAndTestSubdir = "util";