valijson: 1.0.5 -> 1.0.6

This commit is contained in:
R. Ryantm 2025-06-07 02:29:22 +00:00
parent 21391a591d
commit abb7d30ed1

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "valijson"; pname = "valijson";
version = "1.0.5"; version = "1.0.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tristanpenman"; owner = "tristanpenman";
repo = "valijson"; repo = "valijson";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-f/pYJTvtSXtAmVbKWQfcz/jGSdj7Yt2HNvlCFHx871Q="; hash = "sha256-3hQrCCDOrJx4XwTzJNTRPLghd+uoWKVDISa8rLaGiRM=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [