Merge pull request #254147 from r-ryantm/auto-update/OSCAR

OSCAR: 1.4.0 -> 1.5.0

authored by Weijia Wang and committed by GitHub c2e69ac6 4ac0fc0e

+2 -2
+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 - version = "1.4.0"; 4 + version = "1.5.0"; 5 5 6 6 src = fetchFromGitLab { 7 7 owner = "pholy"; 8 8 repo = "OSCAR-code"; 9 9 rev = "v${version}"; 10 - sha256 = "sha256-bgETkpyL0yhCD1FfTVN0s9RNOPkDp88W/1Gdxvu+Ons="; 10 + sha256 = "sha256-eaj2/ioh9dXxWv7X/IZv7m/oVcU6t7r+mK5YrrViF2w="; 11 11 }; 12 12 13 13 buildInputs = [ qtbase qttools qtserialport libGLU ];