Merge pull request #8178 from jagajaga/fix/versions

fix: add missing versions
This commit is contained in:
Arseniy Seroka
2015-06-06 00:22:10 +03:00
31 changed files with 38 additions and 35 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ stdenv, fetchgit, autoreconfHook, pkgconfig, libfprint, gtk2 }:
stdenv.mkDerivation rec {
name = "fprint_demo";
name = "fprint_demo-2008-03-03";
src = fetchgit {
url = "git://github.com/dsd/fprint_demo";