bmm: 0.3.0 -> 0.3.1

This commit is contained in:
R. Ryantm
2026-06-01 20:49:23 +00:00
parent 40a5199b4d
commit ad64815fc2
+3 -3
View File
@@ -6,16 +6,16 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "bmm";
version = "0.3.0";
version = "0.3.1";
src = fetchFromGitHub {
owner = "dhth";
repo = "bmm";
tag = "v${finalAttrs.version}";
hash = "sha256-sfAUvvZ/LKOXfnA0PB3LRbPHYoA+FJV4frYU+BpC6WI=";
hash = "sha256-SASf13BFNz4ZlKJJk6O/Euv+wA26ov0QKsaEKRc24d0=";
};
cargoHash = "sha256-+o8bYi4Pe9zwiDBUMllpF+my7gp3iLX0+DntFtN7PoI=";
cargoHash = "sha256-AOGNMFAr32WZnyw5nNQa6svLpSc3UQonZ7RjZ5zap1I=";
doInstallCheck = true;