Merge pull request #329875 from r-ryantm/auto-update/budgie-analogue-clock-applet

budgie-analogue-clock-applet: 2.0 -> 2.1
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-07-26 07:43:30 +00:00 committed by GitHub
commit 23e715c6b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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