Merge pull request #305345 from r-ryantm/auto-update/gtklock-playerctl-module

gtklock-playerctl-module: 2.0.1 -> 3.0.0
This commit is contained in:
Aleksana 2024-04-27 15:08:55 +08:00 committed by GitHub
commit 8418aa99c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "gtklock-playerctl-module";
version = "2.0.1";
version = "3.0.0";
src = fetchFromGitHub {
owner = "jovanlanik";
repo = pname;
rev = "v${version}";
hash = "sha256-kzGgqFDTeKL6Pfjram7pqVcIm8Avxsvpn1qFrcpd8dw=";
hash = "sha256-eN4E3+jv8IyRvV8pvfCjCc6pl8y7qSLRlj7tYkX0JrE=";
};
nativeBuildInputs = [ pkg-config ];