glpng: 1.46 -> 1.47

This commit is contained in:
R. Ryantm 2025-05-26 00:35:59 +00:00
parent 3d58d5ce1e
commit 481275c3d7

View file

@ -11,12 +11,12 @@
stdenv.mkDerivation rec {
pname = "glpng";
version = "1.46";
version = "1.47";
src = fetchFromRepoOrCz {
repo = "glpng";
rev = "v${version}";
hash = "sha256-C7EHaBN0PE/HJB6zcIaYU63+o7/MEz4WU1xr/kIOanM=";
hash = "sha256-mwh0E8OZKBf6UcRScAeco8dfQ4LJ+7TG0IPuRi3Mzfc=";
};
nativeBuildInputs = [