physlock: update source to resolve redirection
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user