Merge pull request #308668 from r-ryantm/auto-update/monica

monica: 4.0.0 -> 4.1.2
This commit is contained in:
Weijia Wang 2024-05-12 20:16:12 +02:00 committed by GitHub
commit 43615751e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,11 +7,11 @@
}:
stdenv.mkDerivation rec {
pname = "monica";
version = "4.0.0";
version = "4.1.2";
src = fetchurl {
url = "https://github.com/monicahq/monica/releases/download/v${version}/monica-v${version}.tar.bz2";
hash = "sha256-uHsRCO7P5w1JmKDwyLUVjK6NwnTF2mjsz0hOnPrms+w=";
hash = "sha256-7ZdOSI/gldSWub5FIyYQw3gpLe+PRAnq03u6DXdZ2YE=";
};
dontBuild = true;