mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
feat(readeck): 0.15.4 -> 0.16.0
This commit is contained in:
parent
8068d12711
commit
89f75c32c9
1 changed files with 4 additions and 4 deletions
|
@ -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";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue