gtklock-userinfo-module: 2.1.0 -> 3.0.0

This commit is contained in:
R. Ryantm 2024-04-19 15:18:12 +00:00
parent 193037db72
commit 5e71d28e5d
1 changed files with 2 additions and 2 deletions

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "gtklock-userinfo-module";
version = "2.1.0";
version = "3.0.0";
src = fetchFromGitHub {
owner = "jovanlanik";
repo = pname;
rev = "v${version}";
hash = "sha256-WNUX0wRoh14rZRmiyQEGZPKJRr6oNW8B6LEwhDSPcyY=";
hash = "sha256-gZ9TGARuWFGyWLROlJQWwiEtbzQC9rlG8NKxUuGh57c=";
};
nativeBuildInputs = [ pkg-config ];