source-meta-json-schema: 14.0.3 -> 14.7.1

This commit is contained in:
R. Ryantm
2026-02-08 12:54:24 +04:00
committed by Nikolay Korotkiy
parent 605ce345a1
commit 4f4d4f5111
@@ -4,18 +4,16 @@
fetchFromGitHub,
cmake,
}:
let
version = "14.0.3";
in
stdenv.mkDerivation (finalAttrs: {
pname = "source-meta-json-schema";
inherit version;
version = "14.7.1";
src = fetchFromGitHub {
owner = "sourcemeta";
repo = "jsonschema";
rev = "v${version}";
hash = "sha256-wRB/syj79pz5walyuefCYcfN/JoRbnxuwWHE2w3LKs8=";
tag = "v${finalAttrs.version}";
hash = "sha256-zQ9GyJBaSzDL7i/PurOW4yJR59pX/0CLZ2DgDJmA6+s=";
};
nativeBuildInputs = [