Unverified Commit e72ccc6f authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

Merge pull request #335325 from Mic92/bandwhich

bandwhich: 0.22.2 -> 0.23.0
parents b55fb345 a3c34eea
Loading
Loading
Loading
Loading
+623 −372

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.22.2";
  version = "0.23.0";

  src = fetchFromGitHub {
    owner = "imsnif";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-/uG1xjhxnIkS3rq7Tv1q1v8X7p1baDB8OiSEV9OLyfo=";
    hash = "sha256-8PUtlhy8rsQw3TqgpxWiVettGhncHetWCZcrDXjsR5M=";
  };

  cargoLock = {