Unverified Commit 3f24c45f authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

budgie-analogue-clock-applet: 2.2-unstable-2026-01-13 -> 2.3 (#489141)

parents db5dc058 36b4d414
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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=";
  };