gtklock-playerctl-module: 2.0.1 -> 3.0.0

This commit is contained in:
R. Ryantm 2024-04-19 16:31:44 +00:00
parent 11b87cbe59
commit 3e93684dee
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 ];