valijson: 1.0.2 -> 1.0.3

This commit is contained in:
R. Ryantm 2024-08-28 16:39:18 +00:00
parent 8a2f45a81f
commit 6b9904319f

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "valijson";
version = "1.0.2";
version = "1.0.3";
src = fetchFromGitHub {
owner = "tristanpenman";
repo = "valijson";
rev = "v${version}";
hash = "sha256-wvFdjsDtKH7CpbEpQjzWtLC4RVOU9+D2rSK0Xo1cJqo=";
hash = "sha256-TO+eb1OANq+xPIwF0qPZ7uwoZGAtjCL6y/XbHHohcDU=";
};
nativeBuildInputs = [