Merge pull request #332496 from corite/update-qcal

qcal: update 0.9.1 -> 0.9.2
This commit is contained in:
Sebastián Mancilla 2024-08-13 21:42:49 -04:00 committed by GitHub
commit 5f6606b3a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,20 +5,20 @@
buildGoModule rec {
pname = "qcal";
version = "0.9.1";
version = "0.9.2";
src = fetchFromSourcehut {
owner = "~psic4t";
repo = "qcal";
rev = version;
hash = "sha256-Rj806cKCFxWB8X4EiKvyZ5/xACw+VVbo9hv8AJiB0S4=";
hash = "sha256-azUN4oYbD0fBZav4ogh/mELV9+IW6aAV7Oom8Wq6sYI=";
};
vendorHash = "sha256-ntpSj3Ze7n1sMIMojaESi4tQtx+mrA0aiv3+MQetjZI=";
vendorHash = "sha256-W9g2JzShvm2hJ+fcdwsoD3B6iUU55ufN6FTTl6qK6Oo=";
# Replace "config-sample.json" in error message with the absolute path
# to that config file in the nix store
preBuild = ''
substituteInPlace helpers.go \
--replace " config-sample.json " " $out/share/qcal/config-sample.json "
--replace-fail " config-sample.json " " $out/share/qcal/config-sample.json "
'';
postInstall = ''