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

xcowsay: 1.5 -> 1.5.1
This commit is contained in:
Sandro 2021-03-10 09:59:01 +01:00 committed by GitHub
commit 211a58c572
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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