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

fvwm3: 1.0.4 -> 1.0.5
This commit is contained in:
Anderson Torres 2022-09-29 21:08:16 -03:00 committed by GitHub
commit 302623b4f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,13 +32,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "fvwm3"; pname = "fvwm3";
version = "1.0.4"; version = "1.0.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fvwmorg"; owner = "fvwmorg";
repo = "fvwm3"; repo = "fvwm3";
rev = finalAttrs.version; rev = finalAttrs.version;
hash = "sha256-ByMSX4nwXkp+ly39C2+cYy3e9B0vnGcJlyIiS7V6zoI="; hash = "sha256-/2Ssl/sgKCXbUCtKj2WIcvEC3B16h5/1Jp87AggKxJo=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [