Merge pull request #126273 from rhoriguchi/fancy-motd

fancy-motd: unstable-2021-05-15 -> unstable-2021-05-20
This commit is contained in:
Sandro 2021-06-14 17:31:25 +02:00 committed by GitHub
commit ed0bf8a494
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fancy-motd";
version = "unstable-2021-05-15";
version = "unstable-2021-05-20";
src = fetchFromGitHub {
owner = "bcyran";
repo = pname;
rev = "b25c1e7d76927d7f947a048d844dad4400de3598";
sha256 = "05jazmijk3im1wl4nprkwmrq6bxhb3ah8syyqym109blajy72841";
rev = "57978bdfa31179783c51c6f33e47063ec8641205";
sha256 = "0bkgd86721jw81jvliw3rv4p52qpjynsxb6hn81divd068l56prg";
};
buildInputs = [ bc curl figlet fortune gawk iproute2 ];