Commit 7f2b9c10 authored by Jörg Thalheim's avatar Jörg Thalheim
Browse files

Revert "bandwhich: 0.22.2 -> 0.22.2-unstable-2024-08-13"

This reverts commit f0c5d2f5.

Turns out that this package has been already fixed in https://github.com/NixOS/nixpkgs/pull/334824
parent 25aaa817
Loading
Loading
Loading
Loading
+371 −622

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-unstable-2024-08-13";
  version = "0.22.2";

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

  cargoLock = {