mayo: 0.6.0 -> 0.8.0
This commit is contained in:
parent
5bb350b79c
commit
a082f90c91
1 changed files with 2 additions and 2 deletions
|
@ -9,13 +9,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "mayo";
|
||||
version = "0.6.0";
|
||||
version = "0.8.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "fougue";
|
||||
repo = "mayo";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-seRk02jYiABjoO35AG47ioCByBIdLibJ4QHLeXW8cXQ=";
|
||||
hash = "sha256-/MavLqC3BBRmlqMZIhKEYJPTV6pvLKlCNMXGJ6vnmUg=";
|
||||
};
|
||||
|
||||
buildInputs = [ qtbase opencascade-occt ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue