jrnl: 4.1 -> 4.2 (#363712)

This commit is contained in:
Aleksana 2024-12-12 18:07:57 +08:00 committed by GitHub
commit 8cfb41e64e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,14 +8,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "jrnl";
version = "4.1";
version = "4.2";
pyproject = true;
src = fetchFromGitHub {
owner = "jrnl-org";
repo = "jrnl";
rev = "refs/tags/v${version}";
hash = "sha256-DtujXSDJWnOrHjVgJEJNKJMhSrNBHlR2hvHeHLSIF2o=";
hash = "sha256-x0JoYJzD6RnuHbRsQMgrhHsNW6nVEVeoDjtPop2eg+w=";
};
postPatch = ''