Merge pull request #259938 from Moredread/oscar-151

OSCAR: 1.5.0 -> 1.5.1

authored by

Fabián Heredia Montiel and committed by
GitHub
c2ae9558 21c2f2ac

+2 -2
+2 -2
pkgs/applications/misc/OSCAR/default.nix
··· 1 { lib, stdenv, mkDerivation, fetchFromGitLab, qmake, qtbase, qttools, qtserialport, libGLU }: 2 mkDerivation rec { 3 pname = "OSCAR"; 4 - version = "1.5.0"; 5 6 src = fetchFromGitLab { 7 owner = "pholy"; 8 repo = "OSCAR-code"; 9 rev = "v${version}"; 10 - sha256 = "sha256-eaj2/ioh9dXxWv7X/IZv7m/oVcU6t7r+mK5YrrViF2w="; 11 }; 12 13 buildInputs = [ qtbase qttools qtserialport libGLU ];
··· 1 { lib, stdenv, mkDerivation, fetchFromGitLab, qmake, qtbase, qttools, qtserialport, libGLU }: 2 mkDerivation rec { 3 pname = "OSCAR"; 4 + version = "1.5.1"; 5 6 src = fetchFromGitLab { 7 owner = "pholy"; 8 repo = "OSCAR-code"; 9 rev = "v${version}"; 10 + sha256 = "sha256-FBHbPtMZeIgcR1pQflfEWK2FS8bquctXaeY/yaZofHg="; 11 }; 12 13 buildInputs = [ qtbase qttools qtserialport libGLU ];