Merge pull request #156490 from r-ryantm/auto-update/xcowsay

xcowsay: 1.5.1 -> 1.6
This commit is contained in:
legendofmiracles 2022-01-24 07:51:17 -06:00 committed by GitHub
commit ba667597db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "xcowsay";
version = "1.5.1";
version = "1.6";
src = fetchurl {
url = "http://www.nickg.me.uk/files/xcowsay-${version}.tar.gz";
sha256 = "sha256-wypsfAp634wbaAI+fxzmr3J5AmvQzChVi/wp/BPxiA0=";
sha256 = "sha256-RqzoZP8o0tIfS3BY8CleGNAEGhIMEHipUfpDxOD1yMU=";
};
buildInputs = [