removed hash

This commit is contained in:
Stuce 2025-11-16 11:38:03 +01:00
parent ca880a61a7
commit 5fea1545d5

View file

@ -19,7 +19,7 @@
src = builtins.fetchGit { src = builtins.fetchGit {
url = "git+https://git.stuce.ch/Stuce/calDAVtoCSV.git"; url = "git+https://git.stuce.ch/Stuce/calDAVtoCSV.git";
rev = "ca6bdb889085893cd4494cd1612a00f8e164ffac"; # rev = "ca6bdb889085893cd4494cd1612a00f8e164ffac";
}; };
build-system = with pkgs.python3.pkgs; [ setuptools ]; build-system = with pkgs.python3.pkgs; [ setuptools ];