physlock: update source to resolve redirection

This commit is contained in:
Clément
2026-06-01 01:32:49 +02:00
parent 35c045f7e0
commit 048325cce3
+2 -1
View File
@@ -10,7 +10,7 @@ stdenv.mkDerivation (finalAttrs: {
version = "13";
pname = "physlock";
src = fetchFromGitHub {
owner = "muennich";
owner = "xyb3rt";
repo = "physlock";
rev = "v${finalAttrs.version}";
sha256 = "1mz4xxjip5ldiw9jgfq9zvqb6w10bcjfx6939w1appqg8f521a7s";
@@ -33,6 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Secure suspend/hibernate-friendly alternative to `vlock -an`";
homepage = "https://github.com/xyb3rt/physlock";
mainProgram = "physlock";
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.linux;