Merge pull request #158576 from emilytrau/qtspim-9.1.23

qtspim: 9.1.22 -> 9.1.23

authored by

Bobby Rong and committed by
GitHub
57031087 12518d74

+3 -9
+3 -9
pkgs/development/tools/misc/qtspim/default.nix
··· 1 1 { lib, stdenv, fetchsvn, wrapQtAppsHook, qtbase, qttools, qmake, bison, flex, ... }: 2 2 stdenv.mkDerivation rec { 3 3 pname = "qtspim"; 4 - version = "9.1.22"; 4 + version = "9.1.23"; 5 5 6 6 src = fetchsvn { 7 7 url = "https://svn.code.sf.net/p/spimsimulator/code/"; 8 - rev = "r739"; 9 - sha256 = "1kazfgrbmi4xq7nrkmnqw1280rhdyc1hmr82flrsa3g1b1rlmj1s"; 8 + rev = "r749"; 9 + sha256 = "0iazl7mlcilrdbw8gb98v868a8ldw2lmkn1xs8hnfvr93l6aj0rp"; 10 10 }; 11 11 12 12 postPatch = '' 13 13 cd QtSpim 14 - 15 - # Patches from https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=qtspim 16 - sed -i 's/zero_imm/is_zero_imm/g' parser_yacc.cpp 17 - sed -i 's/^int data_dir/bool data_dir/g' parser_yacc.cpp 18 - sed -i 's/^int text_dir/bool text_dir/g' parser_yacc.cpp 19 - sed -i 's/^int parse_error_occurred/bool parse_error_occurred/g' parser_yacc.cpp 20 14 21 15 substituteInPlace QtSpim.pro --replace /usr/lib/qtspim/lib $out/lib 22 16 substituteInPlace menu.cpp \