Unverified Commit f06ce2c1 authored by Adam C. Stephens's avatar Adam C. Stephens
Browse files
parent c730b35c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -14,12 +14,12 @@
}:

let
  version = "2.0.0";
  version = "2.1.0";
  src = fetchFromGitHub {
    owner = "go-vikunja";
    repo = "vikunja";
    rev = "v${version}";
    hash = "sha256-EfAhJq2LPuCF8Pwyg0TYqSjNCaG15iZ2paDLfA6JI5w=";
    hash = "sha256-R9PNhH5s3W9c1qHYmV9H5CkBvUtUFU+yzF+eEU2ybdo=";
  };

  frontend = stdenv.mkDerivation (finalAttrs: {
@@ -37,7 +37,7 @@ let
        ;
      pnpm = pnpm_10;
      fetcherVersion = 1;
      hash = "sha256-ME9sGKGRY3vaOTFwbFyzsDT20HnEnrfq3Z5nrL19k0A=";
      hash = "sha256-oY8DXJFFwLBjUno3EithLhmnA8hTksq4xgMSSOGtwuo=";
    };

    nativeBuildInputs = [
@@ -142,7 +142,7 @@ buildGoModule {
  };

  meta = {
    changelog = "https://kolaente.dev/vikunja/api/src/tag/v${version}/CHANGELOG.md";
    changelog = "https://github.com/go-vikunja/vikunja/blob/v${version}/CHANGELOG.md";
    description = "Todo-app to organize your life";
    homepage = "https://vikunja.io/";
    license = lib.licenses.agpl3Plus;