budgie-analogue-clock-applet: 2.1 -> 2.2

This commit is contained in:
R. Ryantm 2025-05-23 16:47:07 +00:00
parent affb6b1b65
commit 3811110f99

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "budgie-analogue-clock-applet";
version = "2.1";
version = "2.2";
src = fetchFromGitHub {
owner = "samlane-ma";
repo = "analogue-clock-applet";
rev = "v${finalAttrs.version}";
hash = "sha256-NvXX5paRrjeJFqnOeJS9yNp+7cRohsN3+eocLqvcVj8=";
hash = "sha256-8kqDEzcUqg/TvwpazYQt1oQDVC00fOxFLVsKYMDuV9I=";
};
nativeBuildInputs = [