bato: 0.1.7 -> 0.2.1

This commit is contained in:
R. Ryantm
2025-10-10 22:58:01 +00:00
parent fb45249f52
commit 4f7bc8e929

View File

@@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec {
pname = "bato";
version = "0.1.7";
version = "0.2.1";
src = fetchFromGitHub {
owner = "doums";
repo = "bato";
rev = "v${version}";
hash = "sha256-i2gw8vXiKutq26ACzkVXH3kED7jAngSv2mNo9P3qXnA=";
hash = "sha256-pq+i4NGl7yv+vmMoYVT9JRvOsuV7nBqXpsebgMcNEY0=";
};
cargoHash = "sha256-bGbLQaYfNLem47iMPsNeKm4pP3+Pij9SJ3Nq5VWX3hE=";
cargoHash = "sha256-ZVzIoq+s2Xw996NoQMIGHUqo2uXJMu9lXfY5Us9NMPg=";
nativeBuildInputs = [
pkg-config