financier-nix/flake.lock
Martin Puppe 6bc8e28f0f Use the upstream version of financier
The upstream version has been updated, and it has been switched to Yarn.
This makes it simple to build it without the need of our own fork.

We need a small fix for yarn2nix for the time being though. See
<https://github.com/financier-io/financier/pull/5> for details.
2022-06-10 12:30:13 +02:00

59 lines
1.4 KiB
JSON

{
"nodes": {
"financier": {
"flake": false,
"locked": {
"lastModified": 1654853795,
"narHash": "sha256-YEOlzcVzOXS1POW8+MTixtX6It1GrtKzHGB85RQhxog=",
"owner": "puppe",
"repo": "financier",
"rev": "19001ceba1404b790d25ed10838728c5c392ef85",
"type": "github"
},
"original": {
"owner": "puppe",
"ref": "fix-yarn2nix",
"repo": "financier",
"type": "github"
}
},
"flake-utils": {
"locked": {
"lastModified": 1648297722,
"narHash": "sha256-W+qlPsiZd8F3XkzXOzAoR+mpFqzm3ekQkJNa+PIh1BQ=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "0f8662f1319ad6abf89b3380dd2722369fc51ade",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1648219316,
"narHash": "sha256-Ctij+dOi0ZZIfX5eMhgwugfvB+WZSrvVNAyAuANOsnQ=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "30d3d79b7d3607d56546dd2a6b49e156ba0ec634",
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"root": {
"inputs": {
"financier": "financier",
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}