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
+2 -2
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 = [