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

Merge pull request #335036 from Mic92/bandwhich

bandwhich: 0.22.2 -> 0.22.2-unstable-2024-08-13 (fix build)
parents 9b9a8e31 f0c5d2f5
Loading
Loading
Loading
Loading
+622 −371

File changed.

Preview size limit exceeded, changes collapsed.

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

rustPlatform.buildRustPackage rec {
  pname = "bandwhich";
  version = "0.22.2";
  version = "0.22.2-unstable-2024-08-13";

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

  cargoLock = {