Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-04-26 00:17:03 +00:00
committed by GitHub
49 changed files with 1408 additions and 571 deletions
+2 -2
View File
@@ -14,11 +14,11 @@
stdenv.mkDerivation rec {
pname = "agi";
version = "1.1.0-dev-20210421";
version = "1.1.0-dev-20210423";
src = fetchzip {
url = "https://github.com/google/agi-dev-releases/releases/download/v${version}/agi-${version}-linux.zip";
sha256 = "sha256-2IgGvQy6omDEwrzQDfa/OLi3f+Q2zarvJVGk6ZhsjSA=";
sha256 = "sha256-49ZKqG+CiQkdoBMLdYrN5fMnJH5TtXdUknQLQB2UG04=";
};
nativeBuildInputs = [
+2 -2
View File
@@ -27,7 +27,7 @@
stdenv.mkDerivation rec {
pname = "vips";
version = "8.10.5";
version = "8.10.6";
outputs = [ "bin" "out" "man" "dev" ];
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
owner = "libvips";
repo = "libvips";
rev = "v${version}";
sha256 = "sha256-h21Ep6f4/y+m0kdrCA5dcULFeOOyLtMx2etAziG6f9Y=";
sha256 = "sha256-hdpkBC76PnPTN+rnNchLVk1CrhcClTtbaWyUcyUtuAk=";
# Remove unicode file names which leads to different checksums on HFS+
# vs. other filesystems because of unicode normalisation.
extraPostFetch = ''