budgie-analogue-clock-applet: 2.2-unstable-2026-01-13 -> 2.3

There is no change in src hash because v2.3 points exactly to 22b04fae.
This commit is contained in:
R. Ryantm 2026-03-06 01:31:15 +00:00 committed by Bobby Rong
parent b2ad9e2890
commit 36b4d4146e
No known key found for this signature in database

View file

@ -15,12 +15,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "budgie-analogue-clock-applet";
version = "2.2-unstable-2026-01-13";
version = "2.3";
src = fetchFromGitHub {
owner = "samlane-ma";
repo = "analogue-clock-applet";
rev = "22b04faeea8f95eb83ad96ae89529560811d76d9";
tag = "v${finalAttrs.version}";
hash = "sha256-8ZFExgE1aJ8XN4+ugSzI34UjdPHbtbhJ+3xetcLZ6sg=";
};