Merge pull request #143190 from starcraft66/update-ponysay

This commit is contained in:
Sandro
2021-10-27 20:48:26 +02:00
committed by GitHub
+3 -3
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "ponysay";
version = "3.0.3";
version = "unstable-2021-03-27";
src = fetchFromGitHub {
owner = "erkin";
repo = "ponysay";
rev = version;
sha256 = "sha256-R2B0TU3ZSEncGsijKgvhaHIbcZa5Dx/jVPxrILBaoVw=";
rev = "8a2c71416e70e4e7b0931917ebfd6479f51ddf9a";
sha256 = "sha256-LNc83E+7NFYYILORElNlYC7arQKGUJHv6phu+vM5xpQ=";
};
nativeBuildInputs = [ makeWrapper ];