forked from mirrors/nixpkgs
snapraid: append the version to the name
This commit is contained in:
parent
2fc679b6f7
commit
59bb76e894
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "snapraid";
|
||||
name = "snapraid-${version}";
|
||||
version = "8.1";
|
||||
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Add table
Reference in a new issue