Merge pull request #232162 from r-ryantm/auto-update/libspng

libspng: 0.7.3 -> 0.7.4
This commit is contained in:
figsoda 2023-05-16 12:06:14 -04:00 committed by GitHub
commit c99afe4b0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "libspng";
version = "0.7.3";
version = "0.7.4";
src = fetchFromGitHub {
owner = "randy408";
repo = pname;
rev = "v${version}";
sha256 = "sha256-t5qVhRxepl1rOQk/F5GhcvU1nk9oGb+kWXmybP+iAfY=";
sha256 = "sha256-BiRuPQEKVJYYgfUsglIuxrBoJBFiQ0ygQmAFrVvCz4Q=";
};
doCheck = true;