Merge pull request #230672 from r-ryantm/auto-update/gtklock

gtklock: 2.0.1 -> 2.1.0
This commit is contained in:
Nick Cao 2023-05-10 13:26:45 +08:00 committed by GitHub
commit c0b91f02c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "gtklock";
version = "2.0.1";
version = "2.1.0";
src = fetchFromGitHub {
owner = "jovanlanik";
repo = pname;
rev = "v${version}";
sha256 = "sha256-W+GyeGxlfp1YZtSFEZYXuHmvTVZ8mU1oBcsrWN1yvjU=";
sha256 = "sha256-Jh+BmtKGaLgAcTXc44ydV83dp/W4wzByehUWyeyBoFI=";
};
strictDeps = true;