Remove unecessary quotes

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-10-02 11:46:34 +04:00
parent 9e44cbde1e
commit d7a8043a24
16 changed files with 16 additions and 16 deletions

View File

@@ -6,7 +6,7 @@ pkgs.stdenv.mkDerivation rec {
src = pkgs.fetchFromGitHub {
owner = "mgmeyers";
repo = "obsidian-kanban";
rev = "${version}";
rev = version;
hash = "sha256-NahypggwPrub2KxRBAn54ZpEInP1V+6l/xmUKUt6myA=";
};