Merge pull request #183625 from r-ryantm/auto-update/dwl

dwl: 0.2.2 -> 0.3.1
This commit is contained in:
Anderson Torres 2022-07-29 22:50:12 -03:00 committed by GitHub
commit 799636b5ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,13 +21,13 @@ in
stdenv.mkDerivation rec {
pname = "dwl";
version = "0.2.2";
version = "0.3.1";
src = fetchFromGitHub {
owner = "djpohly";
repo = pname;
rev = "v${version}";
hash = "sha256-T2GqDehBNO8eublqZUmA5WADjnwElzT+bp9Dp1bqSgg=";
hash = "sha256-VHxBjjnzJNmtJxrm3ywJzvt2bNHGk/Cx8TICw6SaoiQ=";
};
nativeBuildInputs = [ pkg-config ];