mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #209795 from r-ryantm/auto-update/byacc
byacc: 20221106 -> 20221229
This commit is contained in:
commit
a0f46a96b4
@ -5,7 +5,7 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "byacc";
|
||||
version = "20221106";
|
||||
version = "20221229";
|
||||
|
||||
src = fetchurl {
|
||||
urls = let
|
||||
@ -14,7 +14,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"https://invisible-mirror.net/archives/byacc/${pname}-${version}.tgz"
|
||||
"ftp://ftp.invisible-island.net/byacc/${pname}-${version}.tgz"
|
||||
];
|
||||
hash = "sha256-qJm+Inu8rJz3cA99u1qElGiPH58GF7UQdi2urOR7nRI=";
|
||||
hash = "sha256-ExbG95D6+maIQn8f+RJnth2LeHO0Q8Yg7vaabv8FA7w=";
|
||||
};
|
||||
|
||||
configureFlags = [
|
||||
|
Loading…
Reference in New Issue
Block a user