mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 02:55:39 +00:00
mimic: reorder attributes
This commit is contained in:
parent
2a42aa9029
commit
4c168e4679
@ -7,9 +7,9 @@ stdenv.mkDerivation rec {
|
|||||||
version = "1.3.0.1";
|
version = "1.3.0.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
rev = version;
|
|
||||||
repo = "mimic1";
|
|
||||||
owner = "MycroftAI";
|
owner = "MycroftAI";
|
||||||
|
repo = "mimic1";
|
||||||
|
rev = version;
|
||||||
sha256 = "1agwgby9ql8r3x5rd1rgx3xp9y4cdg4pi3kqlz3vanv9na8nf3id";
|
sha256 = "1agwgby9ql8r3x5rd1rgx3xp9y4cdg4pi3kqlz3vanv9na8nf3id";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user