snapraid: append the version to the name

This commit is contained in:
Pascal Wittmann 2015-11-16 19:56:14 +01:00
parent 2fc679b6f7
commit 59bb76e894

View File

@ -1,7 +1,7 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "snapraid";
name = "snapraid-${version}";
version = "8.1";
src = fetchurl {