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

cog: 0.8.0 -> 0.8.1
This commit is contained in:
Matthew Bauer
2021-05-18 22:45:14 -05:00
committed by GitHub

View File

@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "cog";
version = "0.8.0";
version = "0.8.1";
src = fetchFromGitHub {
owner = "igalia";
repo = "cog";
rev = "v${version}";
sha256 = "sha256-E6rACj25rdV5dww91PzYEX1r2A9YLNgAVyiYceP1KI8=";
sha256 = "sha256-eF7rvOjZntcMmn622342yqfp4ksZ6R/FFBT36bYCViE=";
};
buildInputs = [