Commit a3c34eea authored by Jörg Thalheim's avatar Jörg Thalheim
Browse files
parent d9acf087
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 = {