My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

[pkgs] planka: 2.0.3 -> 2.1.0

dish 7e0b25d4 2ea1ff98

+3 -3
+3 -3
packages/planka/package.nix
··· 14 14 let 15 15 serverPython = python3.withPackages (ps: [ ps.apprise ]); 16 16 17 - version = "2.0.3"; 17 + version = "2.1.0"; 18 18 src = fetchFromGitHub { 19 19 owner = "plankanban"; 20 20 repo = "planka"; 21 21 tag = "v${version}"; 22 - hash = "sha256-hSBR2nsxMUm3lXWf5Te/LHS9KZoiWT7CaGf9xp4pvds="; 22 + hash = "sha256-i0Wyogvze1GFM3XIHKUm36goK1cJcQ/tR3h9asN0jgQ="; 23 23 }; 24 24 meta = { 25 25 description = "Kanban-style project mastering tool for everyone"; ··· 91 91 npmDeps = fetchNpmDeps { 92 92 inherit (finalAttrs) src sourceRoot; 93 93 npmDepsFetcherVersion = 2; 94 - hash = "sha256-nY1srVTS/VLa8FE3ppaKwvTsS4Tpe9qY/zJEvocw1g8="; 94 + hash = "sha256-UQaeGEO+rieCBmNyRX6owMECLdigDEtlIKKsdTvCqOk="; 95 95 }; 96 96 97 97 npmFlags = [ "--ignore-scripts" ];