From 0d1d1bd7e2bf2c825ea7685ec1427d7dfc79113c Mon Sep 17 00:00:00 2001 From: Kier Davis Date: Thu, 8 Dec 2016 16:25:39 +0000 Subject: [PATCH] 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. --- pkgs/applications/graphics/unigine-valley/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/applications/graphics/unigine-valley/default.nix b/pkgs/applications/graphics/unigine-valley/default.nix index 8fef29fa107..d2b3756cecb 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";