Merge pull request #335325 from Mic92/bandwhich

bandwhich: 0.22.2 -> 0.23.0
This commit is contained in:
Jörg Thalheim 2024-08-18 17:16:18 +02:00 committed by GitHub
commit e72ccc6f76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 641 additions and 390 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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 = {