lalrpop: 0.22.1 -> 0.22.2

This commit is contained in:
R. Ryantm
2025-05-24 00:49:26 +00:00
parent 980ae9854c
commit b6891d4e95
+3 -3
View File
@@ -8,17 +8,17 @@
rustPlatform.buildRustPackage rec {
pname = "lalrpop";
version = "0.22.1";
version = "0.22.2";
src = fetchFromGitHub {
owner = "lalrpop";
repo = "lalrpop";
rev = version;
hash = "sha256-RvKJ3PKOKJbY0/WBpUwbau9LyCzb/peD73Ey9stECeg=";
hash = "sha256-/mk4sTgwxBrB+LEBbWv4OQEEh2P2KVSh6v5ry9/Et4s=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-KqG8AqYK1sslZyqCMKesxuyy9+IenXW56edoxygKj4k=";
cargoHash = "sha256-3Lm25X2QQQ4+3Spe6Nz5PkIvFcgwHQ+hqAdjsFesgro=";
patches = [
(replaceVars ./use-correct-binary-path-in-tests.patch {