lalrpop: 0.20.0 -> 0.20.2

This commit is contained in:
Shogo Takata 2024-07-06 00:22:21 +09:00
parent 5292f247a1
commit 7021d78e7f
No known key found for this signature in database
GPG Key ID: 4BB7EF28F88F6E7A

View File

@ -7,18 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "lalrpop";
version = "0.20.0";
version = "0.20.2";
src = fetchFromGitHub {
owner = "lalrpop";
repo = "lalrpop";
# there's no tag for 0.20.0
rev = "1584ddb243726195b540fdd2b3ccf693876288e0";
# rev = version;
hash = "sha256-aYlSR8XqJnj76Hm3MFqfA5d9L3SO/iCCKpzOES5YQGY=";
rev = version;
hash = "sha256-cFwBck+bdOjhF6rQQj03MOO+XCsrII5c4Xvhsw12ETA=";
};
cargoHash = "sha256-JaU5ZJbmlV/HfFT/ODpB3xFjZc2XiljhEVz/dql8o/c=";
cargoHash = "sha256-zkPLas+fQQzm7LlWNpTooUR/e30KMS9OET6PMwQ2yAA=";
patches = [
(substituteAll {