sxmo-utils: 2023-12-17 -> 2023-12-28
this should fix spurious screenoff -> unlock transitions (thanks Aren!)
This commit is contained in:
@@ -104,13 +104,13 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "sxmo-utils";
|
pname = "sxmo-utils";
|
||||||
version = "unstable-2023-12-17";
|
version = "unstable-2023-12-28";
|
||||||
|
|
||||||
src = fetchFromSourcehut {
|
src = fetchFromSourcehut {
|
||||||
owner = "~mil";
|
owner = "~mil";
|
||||||
repo = "sxmo-utils";
|
repo = "sxmo-utils";
|
||||||
rev = "542d6507cfbdca7891a72164c256a36bd0f7fc6e";
|
rev = "29ff6e270f7261723fc7faa4529996ced3dd7455";
|
||||||
hash = "sha256-NVYY1yOzYs3btZrCQ3ATY6C72otJ75xRlytM5MVLsuc=";
|
hash = "sha256-m2JTF+2vrRg+Dn/C24SZU0wF6RsBjT9DL0B61CIsuuM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
Reference in New Issue
Block a user