Merge pull request #249586 from matthiasbeyer/update-calcurse

calcurse: 4.8.0 -> 4.8.1
This commit is contained in:
Matthias Beyer 2023-08-21 08:19:45 +02:00 committed by GitHub
commit c740ca0e9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "calcurse";
version = "4.8.0";
version = "4.8.1";
src = fetchurl {
url = "https://calcurse.org/files/${pname}-${version}.tar.gz";
sha256 = "sha256-SKc2ZmzEtrUwEtc7OqcBUsGLQebHtIB/qw8WjWRa4yw=";
hash = "sha256-2GuzcBT9abjYPMuQSsl5xrjd9Z7j28gPWidFJeTVgwo=";
};
buildInputs = [ ncurses gettext python3 python3Packages.wrapPython ];
@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
changelog = "https://git.calcurse.org/calcurse.git/plain/CHANGES.md?h=v${version}";
license = licenses.bsd2;
platforms = platforms.unix;
maintainers = [ maintainers.matthiasbeyer ];
};
}