mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
snapraid: append the version to the name
This commit is contained in:
parent
2fc679b6f7
commit
59bb76e894
@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "snapraid";
|
||||
name = "snapraid-${version}";
|
||||
version = "8.1";
|
||||
|
||||
src = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user