Merge pull request #129355 from rhoriguchi/fancy-motd

fancy-motd: unstable-2021-06-27 -> unstable-2021-07-04
This commit is contained in:
Sandro 2021-07-06 02:11:34 +02:00 committed by GitHub
commit f14b4dfda1
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-06-27";
version = "unstable-2021-07-04";
src = fetchFromGitHub {
owner = "bcyran";
repo = pname;
rev = "839320ab261612c9ba5b13fc8d1445d094ea0ab3";
sha256 = "00wv7nk2f3q186z2qfks5salf97s04vk7ilk8jnbimxg4fl7hcda";
rev = "2cc3c3c164ef695c9dd465beca61716a364db32c";
sha256 = "003p5rsyl216xwldrk8slpnzw6wdrcm8hpfdgy9a0mja5g1xdqzr";
};
buildInputs = [ bc curl figlet fortune gawk iproute2 ];