Files
nix-config/pkgs/kop-fhcalendar/default.nix
2025-05-04 18:56:49 +02:00

14 lines
341 B
Nix

{ rustPlatform, lib, pkgs, ... }:
rustPlatform.buildRustPackage {
pname = "kop-fhcalendar";
version = "1.0.0";
src = fetchGit {
url = "git@github.com:kropatz/kop-fhcalendar.git";
ref = "master";
rev = "328b43766fe4fe3b352a23f160de6bc96a3aee58";
};
cargoHash = "sha256-N6BWKumzKWXmAbg3GxiCS70yRg8i+TrYu6T8u6nuHdY=";
}