Loading pkgs/by-name/an/anytype/package.nix +0 −13 Original line number Diff line number Diff line { lib, runCommand, fetchFromGitHub, buildNpmPackage, pkg-config, Loading @@ -10,7 +9,6 @@ makeDesktopItem, copyDesktopItems, commandLineArgs ? "", nix-update-script, }: let Loading Loading @@ -113,17 +111,6 @@ buildNpmPackage { }) ]; passthru.updateScript = nix-update-script { # Prevent updating to versions with '-' in them. # Necessary since Anytype uses Electron-based 'MAJOR.MINOR.PATCH(-{alpha,beta})?' versioning scheme where each # {alpha,beta} version increases the PATCH version, releasing a new full release version in GitHub instead of a # pre-release version. extraArgs = [ "--version-regex" "[^-]*" ]; }; meta = { inherit description; homepage = "https://anytype.io/"; Loading Loading
pkgs/by-name/an/anytype/package.nix +0 −13 Original line number Diff line number Diff line { lib, runCommand, fetchFromGitHub, buildNpmPackage, pkg-config, Loading @@ -10,7 +9,6 @@ makeDesktopItem, copyDesktopItems, commandLineArgs ? "", nix-update-script, }: let Loading Loading @@ -113,17 +111,6 @@ buildNpmPackage { }) ]; passthru.updateScript = nix-update-script { # Prevent updating to versions with '-' in them. # Necessary since Anytype uses Electron-based 'MAJOR.MINOR.PATCH(-{alpha,beta})?' versioning scheme where each # {alpha,beta} version increases the PATCH version, releasing a new full release version in GitHub instead of a # pre-release version. extraArgs = [ "--version-regex" "[^-]*" ]; }; meta = { inherit description; homepage = "https://anytype.io/"; Loading