1
0
Fork 0

Add actual-server hash

master
Sudoer777's Guix Server 2024-05-20 20:53:31 -05:00 committed by Sudoer777's Guix Server
parent 7e35b1b8ef
commit f99284e854
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
(url "https://github.com/actualbudget/actual-server") (url "https://github.com/actualbudget/actual-server")
(commit "master"))) ; Use the latest commit on master (commit "master"))) ; Use the latest commit on master
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 #f))) ; Placeholder checksum (sha256 (base32 "0h88r7vy8mwpqqx4qg1gkpa4a7vd6wk3mcvc9vqvafcgf4d53rc6")))) ; Placeholder checksum
(build-system node-build-system) (build-system node-build-system)
(arguments (arguments
`(#:tests? #f ; Disable tests for simplicity `(#:tests? #f ; Disable tests for simplicity