diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-10-13 12:40:21 +0200 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-10-13 12:40:21 +0200 |
commit | 91454fa171e6a5616c9cbceb725a290963fc0c31 (patch) | |
tree | ad40dfb1ef62ca7aef73ae5ef37a8a72b53bff97 /nix/sources.json | |
parent | cf9b3887a46de7419c278126d09e14a228126e2d (diff) |
keep data free of `null`s
Diffstat (limited to 'nix/sources.json')
-rw-r--r-- | nix/sources.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/sources.json b/nix/sources.json index a60a18b..bef3f88 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -2,7 +2,7 @@ "json2sql": { "branch": "main", "repo": "git@code.nomath.org:~/json2sql", - "rev": "56fccc922fd3d7fdf748b7d2b6cf1df4e48bceb2", + "rev": "ea241da2457aa9992cad7d64796d1ef40b0264b0", "type": "git" }, "nixpkgs": { |