tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
OSCAR: 1.5.0 -> 1.5.1
Andre-Patrick Bubel
2 years ago
9fa17053
8c9e646f
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
OSCAR
default.nix
+2
-2
pkgs/applications/misc/OSCAR/default.nix
···
1
1
{ lib, stdenv, mkDerivation, fetchFromGitLab, qmake, qtbase, qttools, qtserialport, libGLU }:
2
2
mkDerivation rec {
3
3
pname = "OSCAR";
4
4
-
version = "1.5.0";
4
4
+
version = "1.5.1";
5
5
6
6
src = fetchFromGitLab {
7
7
owner = "pholy";
8
8
repo = "OSCAR-code";
9
9
rev = "v${version}";
10
10
-
sha256 = "sha256-eaj2/ioh9dXxWv7X/IZv7m/oVcU6t7r+mK5YrrViF2w=";
10
10
+
sha256 = "sha256-FBHbPtMZeIgcR1pQflfEWK2FS8bquctXaeY/yaZofHg=";
11
11
};
12
12
13
13
buildInputs = [ qtbase qttools qtserialport libGLU ];