betterlockscreen: 3.0.1 -> 3.1.0

Updates to latest version that has some bugfixes.
https://github.com/pavanjadhaw/betterlockscreen/compare/3.0.1...3.1.0
This commit is contained in:
Jack Michaud 2021-05-17 22:59:41 -07:00
parent 97abfb3349
commit d1a2274f68
2 changed files with 2 additions and 16 deletions

View file

@ -5,19 +5,17 @@
stdenv.mkDerivation rec {
pname = "betterlockscreen";
version = "3.0.1";
version = "3.1.0";
src = fetchFromGitHub {
owner = "pavanjadhaw";
repo = "betterlockscreen";
rev = version;
sha256 = "0jc8ifb69shmd0avx6vny4m1w5dfxkkf5vnm7qcrmc8yflb0s3z6";
sha256 = "14vkgdzw7mprjsvmhm3aav8gds73ngn2xxij4syq7l1mhk701wak";
};
nativeBuildInputs = [ makeWrapper ];
patches = [ ./replace-i3lock.patch ];
installPhase =
let
PATH =

View file

@ -1,12 +0,0 @@
--- a/betterlockscreen
+++ b/betterlockscreen
@@ -76,7 +76,7 @@ prelock() {
lock() {
#$1 image path
- i3lock \
+ i3lock-color \
-t -i "$1" \
--timepos='x+110:h-70' \
--datepos='x+43:h-45' \