Skip to content

Commit

Permalink
edid-decode: fixed missing version in name attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
andir committed Feb 5, 2018
1 parent 03a13a2 commit 1030042
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/edid-decode/default.nix
@@ -1,8 +1,8 @@
{ stdenv, fetchgit }:

stdenv.mkDerivation rec {
name = "edid-decode-unstable";
let
version = "2017-09-18";
in stdenv.mkDerivation rec {
name = "edid-decode-unstable-${version}";

src = fetchgit {
url = "git://anongit.freedesktop.org/xorg/app/edid-decode";
Expand Down

0 comments on commit 1030042

Please sign in to comment.