Merge pull request #140007 from trofi/update-sc68

sc68: unstable-2020-05-18 -> unstable-2021-08-23
This commit is contained in:
Bobby Rong
2021-10-01 11:24:18 +08:00
committed by GitHub
+3 -3
View File
@@ -13,12 +13,12 @@
stdenv.mkDerivation rec {
pname = "sc68";
version = "unstable-2020-05-18";
version = "unstable-2021-08-23";
src = fetchsvn {
url = "svn://svn.code.sf.net/p/sc68/code/";
rev = "693";
sha256 = "0liz5yjwiy41y160ag83zz9s5l8mk72fscxgvjv9g5qf4gwffnfa";
rev = "694";
sha256 = "1yycnr4ndzfhbmki41c30zskwyizpb9wb8sf0gxcprllmbq6a421";
};
preConfigure = "tools/svn-bootstrap.sh";