Unverified Commit d9f62660 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #284761 from SuperSandro2000/bandwhich

bandwhich: 0.21.1 -> 0.22.2
parents b1e30d76 e48bdfb7
Loading
Loading
Loading
Loading
+383 −301

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

rustPlatform.buildRustPackage rec {
  pname = "bandwhich";
  version = "0.21.1";
  version = "0.22.2";

  src = fetchFromGitHub {
    owner = "imsnif";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-9+7ol2QSIXLkkRt/YlAobZHb3Tm+SmnjW/JufwimMTE=";
    hash = "sha256-/uG1xjhxnIkS3rq7Tv1q1v8X7p1baDB8OiSEV9OLyfo=";
  };

  cargoLock = {