lol

Merge pull request #249450 from aaronjheng/meme-image-generator

meme-image-generator: use sri hash

authored by

Nick Cao and committed by
GitHub
ccc16c97 2a2a3c97

+2 -3
+2 -3
pkgs/applications/graphics/meme-image-generator/default.nix
··· 11 11 owner = "nomad-software"; 12 12 repo = "meme"; 13 13 rev = "v${version}"; 14 - sha256 = "089r0v5az2d2njn0s3d3wd0861pcs4slg6zl0rj4cm1k5cj8yd1k"; 14 + hash = "sha256-MzSPJCszVEZkBvSbRzXR7AaDQOOjDQ2stKKJr8oGOSE="; 15 15 }; 16 16 17 - vendorSha256 = null; 17 + vendorHash = null; 18 18 19 19 meta = with lib; { 20 20 description = "A command line utility for creating image macro style memes"; 21 21 homepage = "https://github.com/nomad-software/meme"; 22 22 license = licenses.mit; 23 23 maintainers = [ maintainers.fgaz ]; 24 - platforms = with platforms; linux ++ darwin; 25 24 }; 26 25 }