1
0
Fork 0
This commit is contained in:
Malte Brandy 2022-06-16 00:04:56 +02:00
parent 1da0d905f4
commit 9f9f2f5ec4

12
overlays/khal.nix Normal file
View file

@ -0,0 +1,12 @@
final: prev: {
khal = prev.khal.overrideAttrs (old: {
src = prev.fetchFromGitHub {
rev = "a270656b4754329a0e76e72a473307548c18afb8";
owner = "pimutils";
repo = "khal";
hash = "sha256-LwwaCGl4NFG4dJuvr75ZfFZMX2ivwLg1Z8eQcjaLtwI=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = "unstable-2022-06-14";
doInstallCheck = false;
});
}