Skip to content

Commit f78362d

Browse files
gratuxrijoachifm
authored andcommittedJun 12, 2017
fvwm: 2.6.6 -> 2.6.7
Release notes: https://github.com/fvwmorg/fvwm/releases/tag/2.6.7
1 parent 0bffe03 commit f78362d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
 

‎pkgs/applications/window-managers/fvwm/default.nix

+5-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@
88
assert gestures -> libstroke != null;
99

1010
stdenv.mkDerivation rec {
11-
name = "fvwm-2.6.6";
11+
pname = "fvwm";
12+
version = "2.6.7";
13+
name = "${pname}-${version}";
1214

1315
src = fetchurl {
14-
url = "https://github.com/fvwmorg/fvwm/releases/download/version-2_6_6/${name}.tar.gz";
15-
sha256 = "c5de085ff25b2128a401a80225481e63335f815f84eea139f80a5f66e606dc2c";
16+
url = "https://github.com/fvwmorg/fvwm/releases/download/${version}/${name}.tar.gz";
17+
sha256 = "01654d5abdcde6dac131cae9befe5cf6f01f9f7524d097c3b0f316e39f84ef73";
1618
};
1719

1820
buildInputs = [

0 commit comments

Comments
 (0)
Please sign in to comment.