Merge pull request #197084 from r-ryantm/auto-update/fvwm

fvwm: 2.6.9 -> 2.7.0

Closes #197083
This commit is contained in:
Mario Rodas 2022-10-22 09:57:36 -05:00 committed by GitHub
commit d90e324d5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,13 +24,13 @@
stdenv.mkDerivation rec {
pname = "fvwm";
version = "2.6.9";
version = "2.7.0";
src = fetchFromGitHub {
owner = "fvwmorg";
repo = pname;
rev = version;
hash = "sha256-sBVOrrl2WrZ2wWN/r1kDUtR+tPwXgDoSJDaxGeFkXJI=";
hash = "sha256-KcuX8las1n8UUE/BOHj7WOeZjva5hxgpFHtATMUk3bg=";
};
nativeBuildInputs = [