byacc: 20221106 -> 20221229
This commit is contained in:
parent
4769274f53
commit
6601a42cf3
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "byacc";
|
pname = "byacc";
|
||||||
version = "20221106";
|
version = "20221229";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
urls = let
|
urls = let
|
||||||
|
@ -14,7 +14,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
"https://invisible-mirror.net/archives/byacc/${pname}-${version}.tgz"
|
"https://invisible-mirror.net/archives/byacc/${pname}-${version}.tgz"
|
||||||
"ftp://ftp.invisible-island.net/byacc/${pname}-${version}.tgz"
|
"ftp://ftp.invisible-island.net/byacc/${pname}-${version}.tgz"
|
||||||
];
|
];
|
||||||
hash = "sha256-qJm+Inu8rJz3cA99u1qElGiPH58GF7UQdi2urOR7nRI=";
|
hash = "sha256-ExbG95D6+maIQn8f+RJnth2LeHO0Q8Yg7vaabv8FA7w=";
|
||||||
};
|
};
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
|
Loading…
Reference in a new issue