diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-08-06 14:46:59 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-08-06 14:46:59 -0600 |
| commit | cc0216a6eca87508b8bb4886dccae28a603de54b (patch) | |
| tree | 476778568c3cca033a41fece1b78ef93b33f5a4b /pkgs/athena-bccr/releases.nix | |
| parent | f58ff94bfce386be7b9919c6f9189e6b40bcb7f9 (diff) | |
pkgs/athena-bccr: initial commit
Diffstat (limited to 'pkgs/athena-bccr/releases.nix')
| -rw-r--r-- | pkgs/athena-bccr/releases.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/athena-bccr/releases.nix b/pkgs/athena-bccr/releases.nix new file mode 100644 index 0000000..e965172 --- /dev/null +++ b/pkgs/athena-bccr/releases.nix @@ -0,0 +1,12 @@ +{ + "deb64-rev26" = { + # nix hash convert --hash-algo sha256 --from base16 --to sri $(sha256sum sfd_ClientesLinux_DEB64_Rev26.zip | cut -d' ' -f1) + hash = "sha256-ZPWP9TqJQ5coJAPzUSiaXKVItBWlqFM4smCjOf+gqQM="; + basename = "sfd_ClientesLinux_DEB64_Rev26"; + + srcPaths = { + gaudi = "Firma Digital/Agente GAUDI/agente-gaudi_20.0_amd64.deb"; + idprotect = "Firma Digital/PinTool/IDProtect PINTool 7.24.02/DEB/idprotectclient_7.24.02-0_amd64.deb"; + }; + }; +} |
