Merge pull request #110338 from r-ryantm/auto-update/cog

cog: 0.6.0 -> 0.8.0
This commit is contained in:
Mario Rodas 2021-01-28 23:43:39 -05:00 committed by GitHub
commit f530f96dac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "cog";
version = "0.6.0";
version = "0.8.0";
src = fetchFromGitHub {
owner = "igalia";
repo = "cog";
rev = "v${version}";
sha256 = "0a0zpdki1whm5gb6ycbazvwmm1fz094mkfwjfy4a7zz0pk54h1jw";
sha256 = "sha256-E6rACj25rdV5dww91PzYEX1r2A9YLNgAVyiYceP1KI8=";
};
buildInputs = [