Add version numbers to name and remove comment

This commit is contained in:
Benno Fünfstück
2014-01-30 18:58:59 +01:00
parent e5af7f79d5
commit 9c4a58515d
4 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, pkgconfig, glib, libxml2, gssdp, libsoup, libuuid }:
stdenv.mkDerivation {
name = "gupnp";
name = "gupnp-0.20.9";
version = "0.20.9";
src = fetchurl {