about summary refs log tree commit diff
path: root/pkgs/applications/graphics/unigine-valley
diff options
context:
space:
mode:
authorKier Davis <kierdavis@gmail.com>2016-12-08 16:25:39 +0000
committerKier Davis <kierdavis@gmail.com>2016-12-16 10:42:04 +0000
commit0d1d1bd7e2bf2c825ea7685ec1427d7dfc79113c (patch)
tree37dd759e2adc6d1d04066b14f6193af8eabe20c3 /pkgs/applications/graphics/unigine-valley
parent1b6e2b9a191fb28ffbb4f99f2aa92ceb109b05f8 (diff)
unigine-valley: 1.0-1 -> 1.0 (remove unnecessary release version)
The upstream version is "1.0", so that's what the version of the Nix package should be too.
When I packaged this I wasn't aware that a Nix package could update without its version number
increasing, so I added an extra "release version" (like Arch Linux packages). Of course, this
isn't necessary.
Diffstat (limited to 'pkgs/applications/graphics/unigine-valley')
-rw-r--r--pkgs/applications/graphics/unigine-valley/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/unigine-valley/default.nix b/pkgs/applications/graphics/unigine-valley/default.nix
index 8fef29fa10733..d2b3756cecbb0 100644
--- a/pkgs/applications/graphics/unigine-valley/default.nix
+++ b/pkgs/applications/graphics/unigine-valley/default.nix
@@ -16,7 +16,6 @@
 
 let
   version = "1.0";
-  pkgversion = "1";
 
   arch = if stdenv.system == "x86_64-linux" then
     "x64"
@@ -27,7 +26,7 @@ let
 
 in
   stdenv.mkDerivation {
-    name = "unigine-valley-${version}-${pkgversion}";
+    name = "unigine-valley-${version}";
 
     src = fetchurl {
       url = "http://assets.unigine.com/d/Unigine_Valley-${version}.run";