mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
mnemonicode: fix name
This commit is contained in:
parent
cd0d0944f9
commit
612d4a1684
@ -1,7 +1,7 @@
|
||||
{ stdenv, lib, fetchFromGitHub }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "name-${version}";
|
||||
name = "mnemonicode-${version}";
|
||||
version = "2015-11-30";
|
||||
src = fetchFromGitHub {
|
||||
owner = "singpolyma";
|
||||
|
Loading…
Reference in New Issue
Block a user