Merge pull request #305332 from r-ryantm/auto-update/gtklock-userinfo-module

gtklock-userinfo-module: 2.1.0 -> 3.0.0
This commit is contained in:
Aleksana 2024-04-27 15:08:19 +08:00 committed by GitHub
commit 74cc0b3880
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-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 ];