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

libspng: 0.7.2 -> 0.7.3
This commit is contained in:
Robert Scott 2022-12-10 18:32:34 +00:00 committed by GitHub
commit 2387696f4a
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.2";
version = "0.7.3";
src = fetchFromGitHub {
owner = "randy408";
repo = pname;
rev = "v${version}";
sha256 = "sha256-GgrTWC/cesDlEh2J6StCyKiLRk62xfy2+E4lnmJMLGs=";
sha256 = "sha256-t5qVhRxepl1rOQk/F5GhcvU1nk9oGb+kWXmybP+iAfY=";
};
doCheck = true;