doas: 6.6.1 -> 6.8

https://github.com/duncaen/opendoas/compare/v6.6.1...v6.8
This commit is contained in:
Cole Helbling 2020-11-14 19:14:54 -08:00
parent 9fa62187fe
commit caad9aba5a
No known key found for this signature in database
GPG Key ID: B37E0F2371016A4C

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "doas"; pname = "doas";
version = "6.6.1"; version = "6.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Duncaen"; owner = "Duncaen";
repo = "OpenDoas"; repo = "OpenDoas";
rev = "v${version}"; rev = "v${version}";
sha256 = "07kkc5729p654jrgfsc8zyhiwicgmq38yacmwfvay2b3gmy728zn"; sha256 = "1dlwnvy8r6slxcy260gfkximp1ms510wdslpfq9y6xvd2qi5izcb";
}; };
# otherwise confuses ./configure # otherwise confuses ./configure
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
]; ];
postPatch = '' postPatch = ''
sed -i '/\(chown\|chmod\)/d' bsd.prog.mk sed -i '/\(chown\|chmod\)/d' GNUmakefile
''; '';
buildInputs = [ bison pam ]; buildInputs = [ bison pam ];