Jörg Thalheim
2024-08-18 09:11:46 +02:00
parent d9acf08757
commit a3c34eeacc
2 changed files with 641 additions and 390 deletions
File diff suppressed because it is too large Load Diff
+2 -2
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 = {