Merge pull request #259938 from Moredread/oscar-151
OSCAR: 1.5.0 -> 1.5.1
This commit is contained in:
commit
c2ae9558bb
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
{ lib, stdenv, mkDerivation, fetchFromGitLab, qmake, qtbase, qttools, qtserialport, libGLU }:
|
{ lib, stdenv, mkDerivation, fetchFromGitLab, qmake, qtbase, qttools, qtserialport, libGLU }:
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "OSCAR";
|
pname = "OSCAR";
|
||||||
version = "1.5.0";
|
version = "1.5.1";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "pholy";
|
owner = "pholy";
|
||||||
repo = "OSCAR-code";
|
repo = "OSCAR-code";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-eaj2/ioh9dXxWv7X/IZv7m/oVcU6t7r+mK5YrrViF2w=";
|
sha256 = "sha256-FBHbPtMZeIgcR1pQflfEWK2FS8bquctXaeY/yaZofHg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ qtbase qttools qtserialport libGLU ];
|
buildInputs = [ qtbase qttools qtserialport libGLU ];
|
||||||
|
|
Loading…
Reference in a new issue