We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa60aed commit 0dc9e15Copy full SHA for 0dc9e15
pkgs/by-name/so/source-meta-json-schema/package.nix
@@ -5,7 +5,7 @@
5
cmake,
6
}:
7
let
8
- version = "9.2.4";
+ version = "9.3.1";
9
in
10
stdenv.mkDerivation (finalAttrs: {
11
pname = "source-meta-json-schema";
@@ -15,7 +15,7 @@ stdenv.mkDerivation (finalAttrs: {
15
owner = "sourcemeta";
16
repo = "jsonschema";
17
rev = "v${version}";
18
- hash = "sha256-IQuXybTpdVdPiYVpb9BffZdUs0TxKqA1HkzxS/gi+pw=";
+ hash = "sha256-uqx2GBG4sTmFWexTr8fCP9r/o37d3vTD93giB/OEmac=";
19
};
20
21
nativeBuildInputs = [
0 commit comments