mirror of
https://codeberg.org/puppe/financier-nix.git
synced 2025-12-20 00:12:17 +01:00
9 lines
249 B
Nix
9 lines
249 B
Nix
rec {
|
|
version = "1.7.3";
|
|
nodeVersion = "12";
|
|
|
|
# Arguments for fetchgit
|
|
url = "https://gitlab.com/mpuppe/financier.git";
|
|
rev = "83367cae265af4a036a05766c6f80ea22d1cc1ec";
|
|
sha256 = "0h7222j9fk4b3fkc7c6gbhl0xranpl5swapkwibb0aba0g6fykfg";
|
|
}
|