alock: switch to fetchFromGitHub

This commit is contained in:
Felix Buehler 2022-03-09 10:26:15 +01:00
parent e5c1b1f17e
commit 8322c182fa

View file

@ -1,14 +1,15 @@
{ lib, stdenv, fetchgit, pkg-config, autoreconfHook
{ lib, stdenv, fetchFromGitHub, pkg-config, autoreconfHook
, libX11, pam, libgcrypt, libXrender, imlib2 }:
stdenv.mkDerivation rec {
pname = "alock";
version = "unstable-2017-07-20";
src = fetchgit {
url = "https://github.com/Arkq/alock";
src = fetchFromGitHub {
owner = "Arkq";
repo = "alock";
rev = "2035e1d4a2293432f5503e82d10f899232eb0f38";
sha256 = "1by954fjn0ryqda89zlmq3gclakg3gz7zy1wjrbgw4lzsk538va6";
sha256 = "sha256-Rm00ytSfEv5Wljz4f/4bbyrK3sCV/oRUwz4DKx0pya8=";
};
PAM_DEFAULT_SERVICE = "login";