Merge pull request #150247 from r-ryantm/auto-update/bino

bino3d: 1.6.7 -> 1.6.8
This commit is contained in:
Jörg Thalheim 2021-12-11 15:32:56 +00:00 committed by GitHub
commit 8634334a15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
mkDerivation rec {
pname = "bino";
version = "1.6.7";
version = "1.6.8";
src = fetchurl {
url = "https://bino3d.org/releases/${pname}-${version}.tar.xz";
sha256 = "04yl7ibnhajlli4a5x77az8jxbzw6b2wjay8aa6px551nmiszn9k";
sha256 = "sha256-8sIdX+qm7CGPHIziFBHHIe+KEbhbwDY6w/iRm1V+so4=";
};
nativeBuildInputs = [ pkg-config ];