Compare commits

...

2 commits

2 changed files with 4 additions and 5 deletions

View file

@ -67,7 +67,6 @@
hostname = "https://auth.julienmalka.me"; hostname = "https://auth.julienmalka.me";
hostname-admin-url = "https://auth.julienmalka.me"; hostname-admin-url = "https://auth.julienmalka.me";
http-port = 8080; http-port = 8080;
hostname-backchannel-dynamic = true;
proxy-headers = "forwarded"; proxy-headers = "forwarded";
http-enabled = true; http-enabled = true;
}; };

View file

@ -28,14 +28,14 @@ in
buildGoModule rec { buildGoModule rec {
pname = "readeck"; pname = "readeck";
version = "0.15.4"; version = "0.16.0";
src = fetchFromGitea { src = fetchFromGitea {
domain = "codeberg.org"; domain = "codeberg.org";
owner = "readeck"; owner = "readeck";
repo = "readeck"; repo = "readeck";
rev = version; rev = version;
hash = "sha256-GqpCIxwaS0OBKEgd3ByGDeg5ZkSZFusg7dFPOZpQYtI="; hash = "sha256-jRfB7OqE6N8AdXojEn0bYfSScOa8Mpr0s4YtqcQ8V6U=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -72,10 +72,10 @@ buildGoModule rec {
npmDeps = fetchNpmDeps { npmDeps = fetchNpmDeps {
src = "${src}/web"; src = "${src}/web";
hash = "sha256-zqaiAChUdkzeoDjbGJ57tFsAiawU50G6KQEJgrcM3OA="; hash = "sha256-D9G1m8nChHNAlLKfhph4gJoV8aKA2le0dZtDHobotlU=";
}; };
vendorHash = "sha256-U1vMIig2/mncH07o1AZ2mUor5lq5WmNsfY/X2GbSGQA="; vendorHash = "sha256-RaIcXplmtcgKndRlt0HDG/lfBPtvbLpkPdj7UEqG5ys=";
meta.mainProgram = "readeck"; meta.mainProgram = "readeck";