forked from mirrors/nixpkgs
doas: 6.8.1 -> 6.8.2
https://github.com/Duncaen/OpenDoas/compare/v6.8.1...v6.8.2
This commit is contained in:
parent
8ef408765d
commit
7a75977e06
|
@ -10,13 +10,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "doas";
|
||||
version = "6.8.1";
|
||||
version = "6.8.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Duncaen";
|
||||
repo = "OpenDoas";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-F0FVVspGDZmzxy4nsb/wsEoCw4eHscymea7tIKrWzD0=";
|
||||
sha256 = "9uOQ2Ta5HzEpbCz2vbqZEEksPuIjL8lvmfmynfqxMeM=";
|
||||
};
|
||||
|
||||
# otherwise confuses ./configure
|
||||
|
|
Loading…
Reference in a new issue