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

fvwm3: 1.0.5 -> 1.0.6a
This commit is contained in:
Anderson Torres 2023-01-20 17:41:23 -03:00 committed by GitHub
commit 2b175a1e0f
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.5";
version = "1.0.6a";
src = fetchFromGitHub {
owner = "fvwmorg";
repo = "fvwm3";
rev = finalAttrs.version;
hash = "sha256-/2Ssl/sgKCXbUCtKj2WIcvEC3B16h5/1Jp87AggKxJo=";
hash = "sha256-uYkIuMzhaWeCZm5aJF4oBYD72OLgwCBuUhDqpg6HQUM=";
};
nativeBuildInputs = [