mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-24 04:40:53 +01:00
Compare commits
2 commits
89791b21a8
...
89f75c32c9
Author | SHA1 | Date | |
---|---|---|---|
89f75c32c9 | |||
8068d12711 |
2 changed files with 4 additions and 5 deletions
|
@ -67,7 +67,6 @@
|
|||
hostname = "https://auth.julienmalka.me";
|
||||
hostname-admin-url = "https://auth.julienmalka.me";
|
||||
http-port = 8080;
|
||||
hostname-backchannel-dynamic = true;
|
||||
proxy-headers = "forwarded";
|
||||
http-enabled = true;
|
||||
};
|
||||
|
|
|
@ -28,14 +28,14 @@ in
|
|||
buildGoModule rec {
|
||||
|
||||
pname = "readeck";
|
||||
version = "0.15.4";
|
||||
version = "0.16.0";
|
||||
|
||||
src = fetchFromGitea {
|
||||
domain = "codeberg.org";
|
||||
owner = "readeck";
|
||||
repo = "readeck";
|
||||
rev = version;
|
||||
hash = "sha256-GqpCIxwaS0OBKEgd3ByGDeg5ZkSZFusg7dFPOZpQYtI=";
|
||||
hash = "sha256-jRfB7OqE6N8AdXojEn0bYfSScOa8Mpr0s4YtqcQ8V6U=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -72,10 +72,10 @@ buildGoModule rec {
|
|||
|
||||
npmDeps = fetchNpmDeps {
|
||||
src = "${src}/web";
|
||||
hash = "sha256-zqaiAChUdkzeoDjbGJ57tFsAiawU50G6KQEJgrcM3OA=";
|
||||
hash = "sha256-D9G1m8nChHNAlLKfhph4gJoV8aKA2le0dZtDHobotlU=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-U1vMIig2/mncH07o1AZ2mUor5lq5WmNsfY/X2GbSGQA=";
|
||||
vendorHash = "sha256-RaIcXplmtcgKndRlt0HDG/lfBPtvbLpkPdj7UEqG5ys=";
|
||||
|
||||
meta.mainProgram = "readeck";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue