Merge pull request #178246 from kilianar/OSCAR

OSCAR: 1.3.1 -> 1.4.0
This commit is contained in:
ajs124 2022-07-15 11:21:01 +02:00 committed by GitHub
commit 3133e2a7ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,13 @@
{ lib, stdenv, mkDerivation, fetchFromGitLab, qmake, qtbase, qttools, qtserialport, libGLU }:
mkDerivation rec {
pname = "OSCAR";
version = "1.3.1";
version = "1.4.0";
src = fetchFromGitLab {
owner = "pholy";
repo = "OSCAR-code";
rev = "v${version}";
sha256 = "sha256-/70NoyiQ33RFdSTBAyi5c/JPZ2AV1/iRvkAZ6VjpUXw=";
sha256 = "sha256-bgETkpyL0yhCD1FfTVN0s9RNOPkDp88W/1Gdxvu+Ons=";
};
buildInputs = [ qtbase qttools qtserialport libGLU ];