Merge pull request #276582 from r-ryantm/auto-update/valijson

valijson: 1.0.1 -> 1.0.2
This commit is contained in:
Weijia Wang 2024-01-03 19:14:02 +01:00 committed by GitHub
commit bd703638de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "valijson";
version = "1.0.1";
version = "1.0.2";
src = fetchFromGitHub {
owner = "tristanpenman";
repo = "valijson";
rev = "v${version}";
hash = "sha256-COVFBZtuTd1nyI/25feUYCurBwPlQV3qbxSSkn6aLl4=";
hash = "sha256-wvFdjsDtKH7CpbEpQjzWtLC4RVOU9+D2rSK0Xo1cJqo=";
};
nativeBuildInputs = [