Use consistent package naming for HEAD.nix files

This commit is contained in:
rht
2017-05-09 10:31:15 +07:00
parent 996b65cfba
commit 31b0e34d1d
5 changed files with 9 additions and 7 deletions
@@ -2,7 +2,8 @@
, git, xorg, gnum4, libxcb, gperf }:
stdenv.mkDerivation rec {
name = "xcb-util-cursor-0.1.1-3-gf03cc27";
name = "xcb-util-cursor-0.1.1-3-unstable-${version}";
version = "2017-04-05";
src = fetchgit {
url = http://anongit.freedesktop.org/git/xcb/util-cursor.git;