qcal: 0.9.2 -> 0.9.3 (#450508)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-10 08:35:42 +00:00
committed by GitHub

View File

@@ -6,14 +6,14 @@
buildGoModule rec { buildGoModule rec {
pname = "qcal"; pname = "qcal";
version = "0.9.2"; version = "0.9.3";
src = fetchFromSourcehut { src = fetchFromSourcehut {
owner = "~psic4t"; owner = "~psic4t";
repo = "qcal"; repo = "qcal";
rev = version; rev = version;
hash = "sha256-azUN4oYbD0fBZav4ogh/mELV9+IW6aAV7Oom8Wq6sYI="; hash = "sha256-VnUbell8/9nnx+FBfXSV+jwQ4SwaX0kzZsp9MeD8uT4=";
}; };
vendorHash = "sha256-W9g2JzShvm2hJ+fcdwsoD3B6iUU55ufN6FTTl6qK6Oo="; vendorHash = null;
# Replace "config-sample.json" in error message with the absolute path # Replace "config-sample.json" in error message with the absolute path
# to that config file in the nix store # to that config file in the nix store