Skip to content

Commit

Permalink
Update filen to 2.0.3
Browse files Browse the repository at this point in the history
- For right now, it must be pinned because the most current version
  doesn't have a permanent URL. Follow the GitHub issue for more info
  (FilenCloudDienste/filen-desktop#64).
  • Loading branch information
water-sucks committed Sep 4, 2022
1 parent cccd7ef commit eaa5bcd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions pkgs/_sources/generated.json
Expand Up @@ -7,11 +7,11 @@
"pinned": false,
"src": {
"name": null,
"sha256": "sha256-SLF5gjdK+FgjPNQPziMHpmgy8+ZzCSYJDqE6xg83BTs=",
"sha256": "sha256-k4CpISmTXYp0mVLPX2ep4dKr3KIaqJql2vNmUCmlBJs=",
"type": "url",
"url": "https://github.com/FilenCloudDienste/filen-desktop/releases/download/1.6.2/filen-setup.AppImage"
"url": "https://cdn.filen.io/desktop/release/2.0.3/filen_x86_64.AppImage"
},
"version": "1.6.2"
"version": "2.0.3"
},
"picom": {
"cargoLocks": null,
Expand Down
6 changes: 3 additions & 3 deletions pkgs/_sources/generated.nix
Expand Up @@ -6,10 +6,10 @@
}: {
filen-desktop = {
pname = "filen-desktop";
version = "1.6.2";
version = "2.0.3";
src = fetchurl {
url = "https://github.com/FilenCloudDienste/filen-desktop/releases/download/1.6.2/filen-setup.AppImage";
sha256 = "sha256-SLF5gjdK+FgjPNQPziMHpmgy8+ZzCSYJDqE6xg83BTs=";
url = "https://cdn.filen.io/desktop/release/2.0.3/filen_x86_64.AppImage";
sha256 = "sha256-k4CpISmTXYp0mVLPX2ep4dKr3KIaqJql2vNmUCmlBJs=";
};
};
picom = {
Expand Down
5 changes: 3 additions & 2 deletions pkgs/nvfetcher.toml
Expand Up @@ -3,8 +3,9 @@ src.git = "https://github.com/ibhagwan/picom"
fetch.github = "ibhagwan/picom"

[filen-desktop]
src.github = "FilenCloudDienste/filen-desktop"
fetch.url = "https://github.com/FilenCloudDienste/filen-desktop/releases/download/$ver/filen-setup.AppImage"
# src.github = "FilenCloudDienste/filen-desktop"
src.manual = "2.0.3" # Pinning source for now, because it's not provided on the CDN
fetch.url = "https://cdn.filen.io/desktop/release/$ver/filen_x86_64.AppImage"

[rescrobbled]
src.github = "InputUsername/rescrobbled"
Expand Down

0 comments on commit eaa5bcd

Please sign in to comment.