fvwm3: 1.0.6a -> 1.0.7

This commit is contained in:
R. Ryantm 2023-07-11 10:34:23 +00:00 committed by Anderson Torres
parent 6a82bd498f
commit 8227a956a9

View file

@ -31,13 +31,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fvwm3";
version = "1.0.6a";
version = "1.0.7";
src = fetchFromGitHub {
owner = "fvwmorg";
repo = "fvwm3";
rev = finalAttrs.version;
hash = "sha256-uYkIuMzhaWeCZm5aJF4oBYD72OLgwCBuUhDqpg6HQUM=";
hash = "sha256-CPEGwZuYDh0zDXVKLn806c4DfZZJVaMlmIsVAZl20S4=";
};
nativeBuildInputs = [