Change package versions to conform to nixpkgs conventions.

This commit is contained in:
Evgeny Egorochkin
2013-06-09 05:41:44 +03:00
parent 8a7bd8b200
commit dc54358ce9
6 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation {
name = "hddtemp-0.3-beta15";
name = "hddtemp-0.3_beta15";
db = fetchurl{
url = http://download.savannah.nongnu.org/releases/hddtemp/hddtemp.db;