Merge pull request #274358 from r-ryantm/auto-update/fvwm3

fvwm3: 1.0.8 -> 1.0.9
This commit is contained in:
Weijia Wang 2023-12-21 05:53:12 +01:00 committed by GitHub
commit d92046a877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,13 +31,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fvwm3";
version = "1.0.8";
version = "1.0.9";
src = fetchFromGitHub {
owner = "fvwmorg";
repo = "fvwm3";
rev = finalAttrs.version;
hash = "sha256-nIxFoKo2HTF2qCawxN0WySwfjaNqtfBg1BMo0P6ZY88=";
hash = "sha256-SjAccEAQsrzfVCtesqULONmb9TLD5IF8uIwEX3UhrxU=";
};
nativeBuildInputs = [