Skip to content

Commit

Permalink
[Backport release-24.05] itsycal: rfc format; itsycal: add meta.chang…
Browse files Browse the repository at this point in the history
…elog; ityscal: 0.15.3 -> 0.15.4 (#326625)


Co-authored-by: DontEatOreo <[email protected]>
  • Loading branch information
github-actions[bot] and DontEatOreo authored Jul 13, 2024
1 parent f12ee5f commit a67a9be
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions pkgs/by-name/it/itsycal/package.nix
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{ lib
, fetchzip
, stdenvNoCC
{
lib,
fetchzip,
stdenvNoCC,
}:

stdenvNoCC.mkDerivation (finalAttrs: {
pname = "itsycal";
version = "0.15.3";
version = "0.15.4";

src = fetchzip {
url = "https://itsycal.s3.amazonaws.com/Itsycal-${finalAttrs.version}.zip";
hash = "sha256-jpTlJY7yAARrkHzreQKbFaKj0sYp950R0qPPcDeY6AE=";
hash = "sha256-+Pi74xP5BcjhgtR3YCqJknl54wdNIU8ekEwQUaFp4T8=";
};

installPhase = ''
Expand All @@ -22,6 +23,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
'';

meta = {
changelog = "https://www.mowglii.com/itsycal/versionhistory.html";
description = "Itsycal is a tiny menu bar calendar";
homepage = "https://www.mowglii.com/itsycal/";
license = lib.licenses.mit;
Expand Down

0 comments on commit a67a9be

Please sign in to comment.